Releases: lprhodes/homebridge-broadlink-rm
Releases · lprhodes/homebridge-broadlink-rm
v2.0.9
v2.0.6
Bug Fixes
- Fixed issue with the "light" accessory not being able to the previously used brightness (in case of manual change or restart of homebridge)
Features
- "light" accessory now support an "on" code along with an "onDelay" config option - see README.
- "light" accessory now adds a small delay before sending the brightness codes to allow for additional brightness values to be set (This stops errors when sliding the UI up/down). This can be configured with a "initialDelay" config value (default 0.6s)
v2.0.5
v2.0.3
v2.0.1
v2.0.0
Features
- Values are now persisted between restarts of homebridge. You may optionally set "resendHexAfterReload" to true to force the accessory to resend a hex code if deemed necessary. This is defaulted to false in most cases but defaults to true for the air-conditioner and garage-opener accessories. It is force to true for the window-slider accessory. You can also set "persistState" to false if you wish to override this new feature on a per-accessory basis.
- Refactored the air-conditioner accessory to use the reusable characteristic methods
Bug fixes
- Fixed some accidentally pushed code that broken Learn IR (which includes the learning of RF too in some cases)