Releases: lprhodes/homebridge-broadlink-rm
Releases · lprhodes/homebridge-broadlink-rm
v2.3.1
v2.3.0
v2.2.2
v2.2.1
v2.1.1
Bug Fixes
- Fixed hex codes not being sent
- Fixed issue with "disableAutomaticOff" option not working as expected on the "learn-code" accessory
Features
- Hoping that the "Scan RF" previously released in alpha now works. You'll likely need to run the following:
npm r broadlinkjs -g
npm i broadlinkjs@"git+https://github.com/lprhodes/broadlinkjs.git" -g
v2.1.0
Important
resendHexAfterReload
now defaults to false for every accessory
Features
disableAutomaticOff
has been added to the "learn-code" accessory. Setting this to true will disable the timeout when learning codes so that you can get multiple hex codes in one go.- The plugin now shows which accessory is sending a hex code.
Bug Fixes
- Fixed the
disableLogs
not working for the "air-conditioner" accessory - Fixed issues with restoring state after homebridge reloads
v2.0.14
v2.0.13
v2.0.11
Features
- Initial code for scanning RF.
You'll need to reinstall broadlinkjs to try this out:
npm r broadlinkjs -g
npm i broadlinkjs@"git+https://github.com/lprhodes/broadlinkjs.git" -g
and add an accessory as such:
{
"name":"Scan RF",
"type":"learn-code",
"scanRF": true
},