File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ PyAlfawise
2121### <i class =" icon-check " ></i >TODO
2222
2323- [ ] Add test coverage
24- - [ ] Add the library to Pypi
24+ - [x ] Add the library to Pypi
2525- [ ] Correct some bugs (see TODO in code)
26- - [ ] Add possibility to ask the device back for its current state (reverse engineering needed)
26+ - [x] Add possibility to ask the device back for its current state (reverse engineering needed)
27+ - [ ] Still some bug to fix with reading device state as the answer does not reflect the real state (bug ?)
2728- [ ] .... and lots of things !
2829
2930### <i class =" icon-cog " ></i > How-To
@@ -33,7 +34,7 @@ PyAlfawise
33344 . Open your favorite python3 console
3435```
3536>>> import pyAlfawise
36- >>> device = pyAlfawise.Alfawise("mac address without : ", "ip address")
37+ >>> device = pyAlfawise.Alfawise("mac address", "ip address")
3738>>> device.turn_on()
3839```
3940
You can’t perform that action at this time.
0 commit comments