thingsboard / thingsboard-python-rest-client

ThingsBoard REST API client
https://thingsboard.io/docs/reference/python-rest-client/
Apache License 2.0
79 stars 52 forks source link

python rest api #164

Open kazike99 opened 3 months ago

kazike99 commented 3 months ago

There is no method to import device configuration and rule chain

samson0v commented 1 month ago

Hi @kazike99, you can use the import_rule_chains function for rule chain import and process_devices_bulk_import_using_post for device import.