Skip to content

Commit 5dcbd14

Browse files
authored
Merge pull request #184 from samson0v/master
Updated client to 4.2.1
2 parents d86d2ea + 78abf92 commit 5dcbd14

File tree

1,173 files changed

+12569
-3618
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,173 files changed

+12569
-3618
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tb-rest-client"
3-
version = "4.1.0"
3+
version = "4.2.1"
44
description = "ThingsBoard REST API client"
55
authors = ["ThingsBoard <[email protected]>"]
66
license = "Apache-2.0"
@@ -10,7 +10,6 @@ repository = "https://github.com/thingsboard/thingsboard-python-rest-client"
1010
documentation = "https://thingsboard.io/docs/reference/python-rest-client/"
1111
keywords = ["tb-python-rest-client", "tb-rest-client"]
1212
maintainers = [
13-
"Illia Barkov <[email protected]>",
1413
"Vitalii Bidochka <[email protected]>"
1514
]
1615

@@ -24,7 +23,6 @@ urllib3 = ">=2.0.7"
2423
requests = ">=2.31.0"
2524
pyjwt = ">=2.6.0"
2625

27-
2826
[build-system]
2927
requires = ["poetry-core"]
3028
build-backend = "poetry.core.masonry.api"

tb_rest_client/api/api_ce/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@
6767
from .calculated_field_controller_api import CalculatedFieldControllerApi
6868
from .job_controller_api import JobControllerApi
6969
from .trendz_controller_api import TrendzControllerApi
70+
from .ai_model_controller_api import AiModelControllerApi

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.1.0
8+
OpenAPI spec version: 4.2.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

tb_rest_client/api/api_ce/ai_model_controller_api.py

Lines changed: 550 additions & 0 deletions
Large diffs are not rendered by default.

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.1.0
8+
OpenAPI spec version: 4.2.1
99
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.1.0
8+
OpenAPI spec version: 4.2.1
99
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.1.0
8+
OpenAPI spec version: 4.2.1
99
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.1.0
8+
OpenAPI spec version: 4.2.1
99
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.1.0
8+
OpenAPI spec version: 4.2.1
99
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.1.0
8+
OpenAPI spec version: 4.2.1
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)