Releases: Wolkabout/wolkabout-iot
Releases · Wolkabout/wolkabout-iot
WolkConnect-Zerynth-v2.0.1
WolkConnect-Zerynth-v2.0.0
- Added support for WolkAbout Protocol
- Updated examples
- Updated documentation
- Refactoring and clean up of old code base
WolkConnect-Zerynth-v1.1.0
- Added optional
host
andport
parameter to Wolk class Wolk.publish
method no longer explicitly calls actuator status provider to send current statuses- Fixed handling of string data with newline character and double quotes
- Improved parsing of bool values
ConfigurationHandler.handle_configuration
method updated to receive configuration parameter as a dictionary- Multi-value sensor readings and configurations are now supported
Wolk.add_alarm
method now takes a boolactive
parameter instead of stringmessage
- Added
Full_feature_set
example - Added debug logging option
- Readme updated to reflect fixes and recently added features