Skip to content

v0.11.0

Compare
Choose a tag to compare
@nn1ks nn1ks released this 30 Dec 12:44
· 46 commits to master since this release

Breaking changes:

  • Fixed typo of software_version field in sensor::Sensor (6fe73f1)
  • Changed the type of the software_version field in sensor::Sensor from String to Option<String> (6fe73f1)
  • Added the fields product_name and diversity_id to sensor::Sensor (c70dd13, 5d99aec)
  • Added the fields button_event, temperature, light_level, dark, and daylight to sensor::State (8004a94, ed22a87)
  • Changed the type of the username parameter of Bridge::new() from String to Into<String> (fa295bb)

Thanks to @twistedfall for all the improvements and fixes!