diff options
author | Michael Still <mikal@stillhq.com> | 2018-03-19T07·19+1100 |
---|---|---|
committer | Michael Still <mikal@stillhq.com> | 2018-03-19T07·19+1100 |
commit | 53b213ea85e0b7c9052f90ba4e5c3289097e10e9 (patch) | |
tree | d3861467e879a47cd687620e213c2237797d4fc9 /README.md | |
parent | 9286d9a1d9d133d9897becf3898025d822a7d841 (diff) |
Add the RM3 mini to the supported device list.
I picked one of these up cheap on ebay and it totally works.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md index 1305ea0f5a7b..6cc123696139 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ Python control for Broadlink RM2 IR controllers =============================================== -A simple Python API for controlling IR controllers from [Broadlink](http://www.ibroadlink.com/rm/). At present, only RM Pro (referred to as RM2 in the codebase) and A1 sensor platform devices are supported. There is currently no support for the cloud API. +A simple Python API for controlling IR 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 + +There is currently no support for the cloud API. Example use ----------- @@ -76,4 +82,4 @@ devices[0].set_power(1, True) Check power state on a SmartPowerStrip: ``` state = devices[0].check_power() -``` \ No newline at end of file +``` |