laravel-thingsboard icon indicating copy to clipboard operation
laravel-thingsboard copied to clipboard

ThingsBoard laravel client

Results 20 laravel-thingsboard issues
Sort by recently updated
recently updated
newest added

- [x] POST [/api/customer/{customerId}/device/{deviceId}](http://localhost:9090/swagger-ui/#/device-controller/assignDeviceToCustomerUsingPOST) Assign device to customer (assignDeviceToCustomer) - [x] GET [/api/customer/{customerId}/deviceInfos{?active,deviceProfileId,page,pageSize,sortOrder,sortProperty,textSearch,type}](http://localhost:9090/swagger-ui/#/device-controller/getCustomerDeviceInfosUsingGET) Get Customer Device Infos (getCustomerDeviceInfos) - [ ] GET [/api/customer/{customerId}/devices{?page,pageSize,sortOrder,sortProperty,textSearch,type}](http://localhost:9090/swagger-ui/#/device-controller/getCustomerDevicesUsingGET) Get Customer Devices (getCustomerDevices) - [x] DELETE...

Feature

Hints: Php MQTT package: [php-mqtt/client](https://github.com/php-mqtt/client) Thingsbard Documentation: https://thingsboard.io/docs/reference/mqtt-api/ - [x] 1. PUB `v1/devices/me/telemetry` Publish telemetry data to ThingsBoard server node. - [x] 2. PUB `v1/devices/me/attributes` Publish client-side device attributes to...

Feature

- [x] POST [/api/customer/{customerId}/dashboard/{dashboardId}](http://localhost:9090/swagger-ui/#/dashboard-controller/assignDashboardToCustomerUsingPOST) Assign the Dashboard (assignDashboardToCustomer) - [x] DELETE [/api/customer/{customerId}/dashboard/{dashboardId}](http://localhost:9090/swagger-ui/#/dashboard-controller/unassignDashboardFromCustomerUsingDELETE) Unassign the Dashboard (unassignDashboardFromCustomer) - [x] GET [/api/customer/{customerId}/dashboards{?mobile,page,pageSize,sortOrder,sortProperty,textSearch}](http://localhost:9090/swagger-ui/#/dashboard-controller/getCustomerDashboardsUsingGET) Get Customer Dashboards (getCustomerDashboards) - [x] POST [/api/customer/public/dashboard/{dashboardId}](http://localhost:9090/swagger-ui/#/dashboard-controller/assignDashboardToPublicCustomerUsingPOST) Assign the...

Feature

- [ ] POST [/api/widgetType](http://localhost:9090/swagger-ui/#/widget-type-controller/saveWidgetTypeUsingPOST) Create Or Update Widget Type (saveWidgetType) - [x] GET [/api/widgetType{?alias,bundleAlias,isSystem}](http://localhost:9090/swagger-ui/#/widget-type-controller/getWidgetTypeUsingGET) Get Widget Type (getWidgetType) - [x] GET [/api/widgetType/{widgetTypeId}](http://localhost:9090/swagger-ui/#/widget-type-controller/getWidgetTypeByIdUsingGET) Get Widget Type Details (getWidgetTypeById) - [...

Feature

- [ ] GET [/api/admin/autoCommitSettings](http://0.0.0.0:9090/swagger-ui/#/admin-controller/getAutoCommitSettingsUsingGET) Get auto commit settings (getAutoCommitSettings) - [ ] POST [/api/admin/autoCommitSettings](http://0.0.0.0:9090/swagger-ui/#/admin-controller/saveAutoCommitSettingsUsingPOST) Creates or Updates the auto commit settings (saveAutoCommitSettings) - [ ] DELETE [/api/admin/autoCommitSettings](http://0.0.0.0:9090/swagger-ui/#/admin-controller/deleteAutoCommitSettingsUsingDELETE) Delete auto...

Feature

[Transport Configuration](https://thingsboard.io/docs/user-guide/device-profiles/#transport-configuration) [Provision Configuration](https://thingsboard.io/docs/user-guide/device-provisioning/) [/api/deviceProfile](http://localhost:9090/swagger-ui/#/device-profile-controller/saveDeviceProfileUsingPOST) Create Or Update Device Profile (saveDeviceProfile)

Feature

- [x] POST [/api/customer](http://localhost:9090/swagger-ui/#/customer-controller/saveCustomerUsingPOST) Create or update Customer (saveCustomer) - [x] GET [/api/customer/{customerId}](http://localhost:9090/swagger-ui/#/customer-controller/getCustomerByIdUsingGET) Get Customer (getCustomerById) - [x] DELETE [/api/customer/{customerId}](http://localhost:9090/swagger-ui/#/customer-controller/deleteCustomerUsingDELETE) Delete Customer (deleteCustomer) - [ ] GET [/api/customer/{customerId}/shortInfo](http://localhost:9090/swagger-ui/#/customer-controller/getShortCustomerInfoByIdUsingGET) Get short...

Feature

- [x] POST [/api/v1/{deviceToken}/attributes](http://localhost:9090/swagger-ui/#/device-api-controller/postDeviceAttributesUsingPOST) Post attributes (postDeviceAttributes) - [x] GET [/api/v1/{deviceToken}/attributes{?clientKeys,sharedKeys}](http://localhost:9090/swagger-ui/#/device-api-controller/getDeviceAttributesUsingGET) Get attributes (getDeviceAttributes) - [ ] GET [/api/v1/{deviceToken}/attributes/updates{?timeout}](http://localhost:9090/swagger-ui/#/device-api-controller/subscribeToAttributesUsingGET) Subscribe to attribute updates (subscribeToAttributes) (Deprecated) - [ ] POST [/api/v1/{deviceToken}/claim](http://localhost:9090/swagger-ui/#/device-api-controller/claimDeviceUsingPOST)...

Feature

- [x] GET [/api/customer/{customerId}/users{?page,pageSize,sortOrder,sortProperty,textSearch}](http://localhost:9090/swagger-ui/#/user-controller/getCustomerUsersUsingGET) Get Customer Users (getCustomerUsers) - [x] GET [/api/tenant/{tenantId}/users{?page,pageSize,sortOrder,sortProperty,textSearch}](http://localhost:9090/swagger-ui/#/user-controller/getTenantAdminsUsingGET) Get Tenant Users (getTenantAdmins) - [x] POST [/api/user{?sendActivationMail}](http://localhost:9090/swagger-ui/#/user-controller/saveUserUsingPOST) Save Or update User (saveUser) - [x] GET [/api/user/{userId}](http://localhost:9090/swagger-ui/#/user-controller/getUserByIdUsingGET) Get...

Feature

- [x] POST [/api/auth/login](http://localhost:9090/swagger-ui/#/login-endpoint/loginPost) Login method to get user JWT token data - [x] POST [/api/auth/changePassword](http://localhost:9090/swagger-ui/#/auth-controller/changePasswordUsingPOST) Change password for current User (changePassword) - [ ] POST [/api/auth/logout](http://localhost:9090/swagger-ui/#/auth-controller/logoutUsingPOST) Logout (logout) -...

Feature