Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored and mjg59 committed Oct 24, 2020
1 parent 6f1f976 commit 79f4ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
```
Expand Down

0 comments on commit 79f4ad4

Please sign in to comment.