1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-11-22 15:10:12 +01:00

Update README.md

Add SP3S
This commit is contained in:
Igor 2017-09-01 14:29:49 +03:00 committed by GitHub
parent cbea05196c
commit cec2a3ea0e

View File

@ -63,7 +63,7 @@ Set power state on a SmartPlug SP2/SP3:
devices[0].set_power(True)
```
Get energy state on a SmartPlug SP3:
Obtain energy data from an SmartPlug SP3S:
```
devices[0].check_energy()
```