Skip to content

Releases: Wolkabout/wolkabout-iot

WolkConnect-Zerynth-v2.0.1

07 Aug 07:25
fd495f5
Compare
Choose a tag to compare
  • Updated port number for demo instance

WolkConnect-Zerynth-v2.0.0

30 Jun 07:25
f753ded
Compare
Choose a tag to compare
  • Added support for WolkAbout Protocol
  • Updated examples
  • Updated documentation
  • Refactoring and clean up of old code base

WolkConnect-Zerynth-v1.1.0

06 Dec 14:40
e09ebc6
Compare
Choose a tag to compare
  • Added optional host and port 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 bool active parameter instead of string message
  • Added Full_feature_set example
  • Added debug logging option
  • Readme updated to reflect fixes and recently added features