1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-09-21 04:20:36 +02:00

Readme tweaks

This commit is contained in:
Kendell R 2020-10-22 15:54:30 -07:00 committed by Matthew Garrett
parent 6f1f976e2f
commit 79f4ad47ff

View File

@ -7,6 +7,7 @@ A simple Python API for controlling IR/RF controllers from [Broadlink](http://ww
* A1 sensor platform devices are supported
* RM3 mini IR blaster
* RM4 and RM4C mini blasters
- SP2/SP3/SP4 smart plugs
There is currently no support for the cloud API.
@ -104,7 +105,7 @@ Obtain sensor data from an A1:
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)
```