Skip to content

Commit 11cfa9f

Browse files
authored
Merge pull request #180 from samson0v/develop/4.1
Updated client to 4.1.0
2 parents 6b593f6 + 3141bb9 commit 11cfa9f

File tree

1,116 files changed

+7166
-1105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,116 files changed

+7166
-1105
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tb-rest-client"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
description = "ThingsBoard REST API client"
55
authors = ["ThingsBoard <info@thingsboard.io>"]
66
license = "Apache-2.0"

requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

tb_rest_client/api/api_ce/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@
6565
from .qr_code_settings_controller_api import QrCodeSettingsControllerApi
6666
from .rule_engine_controller_api import RuleEngineControllerApi
6767
from .calculated_field_controller_api import CalculatedFieldControllerApi
68+
from .job_controller_api import JobControllerApi
69+
from .trendz_controller_api import TrendzControllerApi

tb_rest_client/api/api_ce/admin_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
77
8-
OpenAPI spec version: 4.0.0
8+
OpenAPI spec version: 4.1.0
99
Contact: info@thingsboard.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

tb_rest_client/api/api_ce/alarm_comment_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
77
8-
OpenAPI spec version: 4.0.0
8+
OpenAPI spec version: 4.1.0
99
Contact: info@thingsboard.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

tb_rest_client/api/api_ce/alarm_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
77
8-
OpenAPI spec version: 4.0.0
8+
OpenAPI spec version: 4.1.0
99
Contact: info@thingsboard.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

tb_rest_client/api/api_ce/asset_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
77
8-
OpenAPI spec version: 4.0.0
8+
OpenAPI spec version: 4.1.0
99
Contact: info@thingsboard.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

tb_rest_client/api/api_ce/asset_profile_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
77
8-
OpenAPI spec version: 4.0.0
8+
OpenAPI spec version: 4.1.0
99
Contact: info@thingsboard.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

tb_rest_client/api/api_ce/audit_log_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
77
8-
OpenAPI spec version: 4.0.0
8+
OpenAPI spec version: 4.1.0
99
Contact: info@thingsboard.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

tb_rest_client/api/api_ce/auth_controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
ThingsBoard open-source IoT platform REST API documentation. # noqa: E501
77
8-
OpenAPI spec version: 4.0.0
8+
OpenAPI spec version: 4.1.0
99
Contact: info@thingsboard.io
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)