dart_thingsboard_client
dart_thingsboard_client copied to clipboard
ThingsBoard API client library for Dart developers.
hello everyone. I am trying to send a notification from ThingsBoard to my custom Flutter app. I Generated a project in FireBase and I set the key of ThingsBoard like...
**Environment** * ThingsBoard: 3.6.2 * Dart API: 1.0.8 **Description** Got exception when tried to call getEntityRelationService().findInfoByQuery, the root cause is that 'fromName' of response is null, the same query can...
Hello, i'm using the library version 1.0.8, fetching data from a account in https://thingsboard.cloud/. I trying to fetch my device attributes using the following code: ``` var attrs = await...
Doesn't work in version 3.5.0PE
Hello, I cannot find anywhere in the client how I would subscribe to RPC commands sent from a Control Widget on the server to the client. Do you have an...
help me solve the problem
have changed the way we treat json values in **_parseValue** method, from now on json values will not be converted into map and then later into string which then results...
in my Thingsboard account, i have a **json value** in the server attributes and a problem occurs every time i try fetch it. it returns me a **JsonDataEntry** which contains...
Apparently the server can send data that has the timestamp of now and a data value of null, if there isn't any datapoint available. This prevents a crash from trying...