Skip to content

Releases: kiwi-cam/homebridge-broadlink-rm

v4.4.19

30 Sep 00:47
6f784fc
Compare
Choose a tag to compare
  • 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

25 Sep 23:06
Compare
Choose a tag to compare
v4.4.19-beta.4 Pre-release
Pre-release
  • Removed refreshCharacteristicUI method from other accessories (ed84705)

v4.4.19-beta.3

25 Sep 09:08
Compare
Choose a tag to compare
v4.4.19-beta.3 Pre-release
Pre-release
  • Replaced switch's use of refreshCharacteristicUI to update the UI (#725) (cd5d1f2)

v4.4.19-beta.2

25 Sep 08:53
Compare
Choose a tag to compare
v4.4.19-beta.2 Pre-release
Pre-release
  • updated package to show Homebridge 2.0 support (#730) (3b04b56)

v4.4.19-beta.1

25 Sep 04:12
Compare
Choose a tag to compare
v4.4.19-beta.1 Pre-release
Pre-release
  • Fixed updateCharacteristicUI typo (7ac8074)

v4.4.19-beta.0

25 Sep 03:55
Compare
Choose a tag to compare
v4.4.19-beta.0 Pre-release
Pre-release

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

07 Aug 20:38
846d43c
Compare
Choose a tag to compare
  • Removed use of Characteristic.getValue() in preparation for homebridge 2.0 (4384f7b)
  • Added ping state change logging for troubleshooting (c5a49c2)

What's Changed

Full Changelog: v4.4.17...v4.4.18

v4.4.18-beta.1

30 Jul 21:44
Compare
Choose a tag to compare
v4.4.18-beta.1 Pre-release
Pre-release

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

25 Jul 22:44
Compare
Choose a tag to compare
v4.4.18-beta.0 Pre-release
Pre-release

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

17 Jul 00:57
Compare
Choose a tag to compare
  • 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