thingsboard / dart_thingsboard_client

ThingsBoard API client library for Dart developers.
BSD 3-Clause "New" or "Revised" License
60 stars 32 forks source link

Don't include null timeseries data entries. #43

Closed vinicentus closed 1 month ago

vinicentus commented 2 months ago

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 to create a BasicTsKvEntry with a null value.