mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-22 15:10:12 +01:00
Merge pull request #161 from mikalstill/patches
Add the RM3 mini to the supported device list.
This commit is contained in:
commit
ed6cec9b7f
10
README.md
10
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()
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user