Skip to content

Releases: lprhodes/homebridge-broadlink-rm

v3.2.2

15 Mar 00:53
Compare
Choose a tag to compare

Bug Fixes

  • The config checker now ignores numeric checks on IP addresses

v3.2.1

14 Mar 22:04
Compare
Choose a tag to compare

Features

  • The config is now checked for each accessory to ensure that boolean and numeric values aren't wrapped in quotation marks.

v3.2.0

14 Mar 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Added support again for sendStopAt0 and sendStopAt100

v3.1.3

14 Mar 21:36
Compare
Choose a tag to compare

Features

  • pseudo-mode is no longer required in the "air-conditioner" accessory. It will automatically be determined based on the heatTemperature value (which defaults to 23).
  • Some extra checks are in place to deal with some common config errors in the "air-conditioner" accessory.

v3.1.2

14 Mar 12:08
Compare
Choose a tag to compare

Bug Fixes

  • Fix for circular reference causing error related to fakeServiceManager

v3.1.1

14 Mar 11:51
Compare
Choose a tag to compare

Bug Fixes

  • Fix for issues with the plugin on case-specific file systems.

v3.1.0

14 Mar 05:44
Compare
Choose a tag to compare

Features

  • This ones pretty huge in what it allows you to do. Anywhere you could previously send a plain hex code, you can now add multiple hex codes with repeat, interval and pause options. Check out the README.
  • Because of this new change, switch-repeat, switch-multi and switch-multi-repeat have been marked as deprecated.

v3.0.5

14 Mar 02:09
Compare
Choose a tag to compare

Features

  • Added support for temperatureFilePath to the "air-conditioner" accessory. #244

v3.0.4

14 Mar 01:48
Compare
Choose a tag to compare

Features

  • Support for multiple and repeat hex codes in the "window-covering" accessory (see config-sample.json).

v3.0.3

14 Mar 01:21
Compare
Choose a tag to compare

Features

  • Fans no longer repeat the same code more than once which allows more fans to be supported by the plugin.