Xs1-api-client

Latest version: v3.0.1

Safety actively analyzes 619256 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

3.0.0

What’s Changed

🐛 Bugfixes

* Bugfix/1 assignment changes (4) by markusressel (thx to fti7)
* Added method to get actuator/sensor by number

Breaking Changes:
This release changed a couple of parameter names, since the word `id` was wrongly used instead of `number`.
If you used named parameters please update them:


OLD: get_config_actuator(actuator_id=1)
NEW: get_config_actuator(number=1)


OLD: set_config_actuator(actuator_id=1, configuration)
NEW: set_config_actuator(number=1, configuration)


OLD: get_config_sensor(sensor_id=1)
NEW: get_config_sensor(number=1)


OLD: set_config_sensor(sensor_id=1, configuration)
NEW: set_config_sensor(number=1, configuration)


and a couple more...

2.3.5

* don't reuse HTTPAdapter as it seems to cause problems with asyncio

2.3.4

* fixed request session never getting closed
* small documentation fixes

2.3.3

* readme prettified

2.3.2

* a beautiful pypi release

2.3.0

* custom port parameter
* HTTPS support

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.