Releases: kiwi-cam/homebridge-broadlink-rm
Releases · kiwi-cam/homebridge-broadlink-rm
v4.4.19
- Replaced switch's use of refreshCharacteristicUI to update the UI (#725) (cd5d1f2)
- updated package to show Homebridge 2.0 support (#730) (c4b7cf0)
- Updated 'engines' to show Homebridge 2.0 support (3b04b56)
- Rebuilt temperature and humidity monitoring to use updateValue method #733 (802d896)
- Fixes missing calls to getCurrentTemperature/Humidity #722 (9ae3e7b)
What's Changed
Full Changelog: v4.4.18...v4.4.19
v4.4.19-beta.4
- Removed refreshCharacteristicUI method from other accessories (ed84705)
v4.4.19-beta.3
v4.4.19-beta.2
v4.4.19-beta.1
- Fixed updateCharacteristicUI typo (7ac8074)
v4.4.19-beta.0
Use v4.4.19-beta.1 - this version contains an error
What's Changed
Fixed
- refreshCharacteristic and value() were not updating the UI. Rebuilt to use updateValue method. (#733)
Full Changelog: v4.4.18...v4.4.19-beta.0
v4.4.18
v4.4.18-beta.1
The removal of getValue() has stopped the regular getCurrentTemperature and getCurrentHumidity calls. Changed the regular updates to make these calls instead of just using refreshCharacteristic. (#722)
Full Changelog: v4.4.18-beta.0...v4.4.18-beta.1
v4.4.18-beta.0
What's Changed
- Removed use of Characteristic.getValue() in preparation for homebridge 2.0 (4384f7b)
- Added ping state change logging for troubleshooting (c5a49c2)
Full Changelog: v4.4.17-beta.2...v4.4.18-beta.0
v4.4.17
- Adds support for RM3 Mini 0x27d0 (#691) (f58e8b2)
- Reduced log level for onHumidity events (now debug events) (b2577ba)
- Reduced log level for onTemperature events (now debug events) (7176d5a)
- Fixed missing logLevel reference (d912d81)
- Reduced default logging of blind positions #702 (5577eb3)
- Pulls new broadlinkjs-rm to remove locked device logic bug (4453ecd)
What's Changed
Full Changelog: v4.4.16...v4.4.17