mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-11 02:10:12 +01:00
Readme tweaks
This commit is contained in:
parent
6f1f976e2f
commit
79f4ad47ff
@ -7,6 +7,7 @@ A simple Python API for controlling IR/RF controllers from [Broadlink](http://ww
|
|||||||
* A1 sensor platform devices are supported
|
* A1 sensor platform devices are supported
|
||||||
* RM3 mini IR blaster
|
* RM3 mini IR blaster
|
||||||
* RM4 and RM4C mini blasters
|
* RM4 and RM4C mini blasters
|
||||||
|
- SP2/SP3/SP4 smart plugs
|
||||||
|
|
||||||
There is currently no support for the cloud API.
|
There is currently no support for the cloud API.
|
||||||
|
|
||||||
@ -104,7 +105,7 @@ Obtain sensor data from an A1:
|
|||||||
data = devices[0].check_sensors()
|
data = devices[0].check_sensors()
|
||||||
```
|
```
|
||||||
|
|
||||||
Set power state on a SmartPlug SP2/SP3:
|
Set power state on a SmartPlug SP2/SP3/SP4:
|
||||||
```
|
```
|
||||||
devices[0].set_power(True)
|
devices[0].set_power(True)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user