SDK
0.0.5
Added
- Zelos Actions: A powerful new way to script interactions with your devices and services.
- Define actions with simple Python functions and decorators.
- Automatic discovery and registration of actions.
- Support for various field types for action inputs, including
object
.
- Note: Only available in the python release of the SDK
Changed
- Dependencies: Removed the
setuptools
dependency.
Fixed
- Zelos Trace:
- Resolved a deadlock that could occur in async contexts.
- Fixed an issue that could prevent querying data if a
TraceSegmentStart
message was missed.
- Fixed URL handling in the
TracePublishClient
.