v0.11.0
Breaking changes:
- Fixed typo of
software_version
field insensor::Sensor
(6fe73f1) - Changed the type of the
software_version
field insensor::Sensor
fromString
toOption<String>
(6fe73f1) - Added the fields
product_name
anddiversity_id
tosensor::Sensor
(c70dd13, 5d99aec) - Added the fields
button_event
,temperature
,light_level
,dark
, anddaylight
tosensor::State
(8004a94, ed22a87) - Changed the type of the
username
parameter ofBridge::new()
fromString
toInto<String>
(fa295bb)
Thanks to @twistedfall for all the improvements and fixes!