Add experimental support for smartplugs
This adds a set_power() call that should work for the SP2 - unsure whether it will work for the SP3.
This commit is contained in:
parent
61efc7ae29
commit
c174e40f59
2 changed files with 11 additions and 0 deletions
|
|
@ -43,3 +43,8 @@ Obtain sensor data from an A1:
|
|||
```
|
||||
data = devices[0].check_sensors()
|
||||
```
|
||||
|
||||
Set power state on an SP2/SP3 (0 for off, 1 for on):
|
||||
```
|
||||
devices[0].set_power(1)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue