JalalLinuX

Results 15 issues of JalalLinuX

Hello I want to enable LTE on rak-5146. My steps: 1. Run this command on raspberry `sudo gateway-config` 2. **Configure APN name** 3. Set APN name: `mcinet` for [MCI](https://m2msupport.net/m2msupport/mciiran-set-the-apn-to-mcinet/) 4....

- [ ] POST [/api/customer/{customerId}/entityView/{entityViewId}](http://0.0.0.0:9090/swagger-ui/#/entity-view-controller/assignEntityViewToCustomerUsingPOST) Assign Entity View to customer (assignEntityViewToCustomer) - [ ] GET [/api/customer/{customerId}/entityViewInfos{?page,pageSize,sortOrder,sortProperty,textSearch,type}](http://0.0.0.0:9090/swagger-ui/#/entity-view-controller/getCustomerEntityViewInfosUsingGET) Get Customer Entity View info (getCustomerEntityViewInfos) - [ ] GET [/api/customer/{customerId}/entityViews{?page,pageSize,sortOrder,sortProperty,textSearch,type}](http://0.0.0.0:9090/swagger-ui/#/entity-view-controller/getCustomerEntityViewsUsingGET) Get Customer Entity...

Feature

- [x] GET [/api/edge/{edgeId}/events{?endTime,page,pageSize,sortOrder,sortProperty,startTime,textSearch}](http://0.0.0.0:9090/swagger-ui/#/edge-event-controller/getEdgeEventsUsingGET) Get Edge Events (getEdgeEvents)

Feature

- [x] POST [/api/customer/{customerId}/edge/{edgeId}](http://0.0.0.0:9090/swagger-ui/#/edge-controller/assignEdgeToCustomerUsingPOST) Assign edge to customer (assignEdgeToCustomer) - [x] GET [/api/customer/{customerId}/edgeInfos{?page,pageSize,sortOrder,sortProperty,textSearch,type}](http://0.0.0.0:9090/swagger-ui/#/edge-controller/getCustomerEdgeInfosUsingGET) Get Customer Edge Infos (getCustomerEdgeInfos) - [x] GET [/api/customer/{customerId}/edges{?page,pageSize,sortOrder,sortProperty,textSearch,type}](http://0.0.0.0:9090/swagger-ui/#/edge-controller/getCustomerEdgesUsingGET) Get Customer Edges (getCustomerEdges) - [x] DELETE [/api/customer/edge/{edgeId}](http://0.0.0.0:9090/swagger-ui/#/edge-controller/unassignEdgeFromCustomerUsingDELETE)...

Feature

- [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

[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