diff options
author | tiagofreire-pt <41837236+tiagofreire-pt@users.noreply.github.com> | 2020-04-10T07·23+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10T07·23+0200 |
commit | 3a6d89aff29dd274d0d7c632147a19647a1fe776 (patch) | |
tree | 37dfbc50b734dfe33d9c8a27e67f26efc05ca5f0 | |
parent | a6827caaf7d796145649d3de69ee5e5bb2f43e66 (diff) |
Adding new supported devices (#325)
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index d5e0154db221..8faba2be75fc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -Python control for Broadlink RM2 IR controllers +Python control for Broadlink RM2, RM3 and RM4 series controllers =============================================== -A simple Python API for controlling IR controllers from [Broadlink](http://www.ibroadlink.com/rm/). At present, the following devices are currently supported: +A simple Python API for controlling IR/RF controllers from [Broadlink](http://www.ibroadlink.com/rm/). At present, the following devices are currently supported: * RM Pro (referred to as RM2 in the codebase) * A1 sensor platform devices are supported * RM3 mini IR blaster +* RM4 and RM4C mini blasters There is currently no support for the cloud API. |