Skip to content

WolkConnect-Zerynth-v1.1.0

Compare
Choose a tag to compare
@djesic djesic released this 06 Dec 14:40
· 3 commits to master since this release
e09ebc6
  • 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