kiwi-cam / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
304 stars 95 forks source link

Scan RF code of specified frequency #706

Open banboobee opened 5 months ago

banboobee commented 5 months ago

Note that this PR requires kiwi-cam/broadlinkjs-rm#23

This PR adds a function to scan RF code of specified frequency for learn-code accessory. Use new config keyword 'frequency' to specify the frequency as follows.

 {
                    "name": "...",
                    "type": "learn-code",
            "frequency": 339.9,
            "scanRF": true
}