- Adapted to backend changes for version information representation.
- Fixed signup discrepancy.
- Introduced a new API for dynamically configuring via mobile center.
- The minimum supported TB version is 3.9.0 and higher.
- Enhanced TbStorage interface for improved usability.
- Introduced a new API for alarm activity management, including support for comments and additional functionalities.
- Increased the minimum supported ThingsBoard version to 3.8.0.
-
New APIs:
/api/alarm/types
- Fetches available alarm types./api/users/info
- Retrieves user information.
-
Enhancements:
- Added the ability to log request and response details for improved debugging.
-
Bug Fixes:
- Various minor bug fixes to improve stability and performance.
- Introduced the ability to configure access to custom applications using a login with a QR code feature.
- Update API and models according to ThingsBoard platform version 3.7.0
- Fixed the issue with resolving supported platform versions.
- Implemented other minor fixes.
- Introduced a NotificationService, which allows you to receive notification data.
- Updated the API and models to align with the latest ThingsBoard platform, version 3.6.3
- Introduced support for push notifications
- Update API and models according to ThingsBoard platform version 3.6.2
- Fixed issue #13: Problem occurred when using web socket and loosing internet
- Fixed issue #19: incorrect AlarmDataCmd
- Fixed issue #21: incorrect updated notification in subscription
- Update API and models according to ThingsBoard platform version 3.6.0
- Fixed issue #17: get json attributes when value is array
- Fixed incorrect deserializing alarm models
- Update API and models according to ThingsBoard platform version 3.5.0
- Update API and models according to ThingsBoard platform version 3.4.2
- Update API and models according to ThingsBoard platform version 3.4.0
- Added MFA support
- Fix dart analysis issues
- Add
terms of use
to self-registration parameters
- Add support for web platform
- Improve description
- Improve pubspec: add github links
- Use formatting according to dartfmt
- Initial version, created by Igor Kulikov