Skip to content

Commit

Permalink
Update API according to ThingsBoard ver. 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vvlladd28 committed Mar 11, 2024
1 parent 578b3a5 commit 434d844
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.9

- Updated the API and models to align with the latest ThingsBoard platform, version 3.6.3
- Introduced support for push notifications

## 1.0.8

- Update API and models according to ThingsBoard platform version 3.6.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThingsBoard API client library for Dart developers. Provides model objects and services to communicate with ThingsBoard platform using RESTful APIs and WebSocket protocol.
Current client version is compatible with ThingsBoard starting from version 3.6.2.
Current client version is compatible with ThingsBoard starting from version 3.6.3.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/src/model/version.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class PlatformVersionMatcher {
static const int minPlatformVersionInt = 3620;
static const int minPlatformVersionInt = 3630;

static bool isSupportedPlatformVersion(PlatformVersion platformVersion) {
try {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: thingsboard_client
description: Dart implementation of ThingsBoard API client. Provides model objects and services to communicate with ThingsBoard platform using RESTful APIs and WebSocket protocol.
version: 1.0.8
version: 1.0.9
homepage: https://thingsboard.io
repository: https://github.com/thingsboard/dart_thingsboard_client.git
issue_tracker: https://github.com/thingsboard/dart_thingsboard_client/issues
Expand Down

0 comments on commit 434d844

Please sign in to comment.