Skip to content

Commit ee81687

Browse files
Update readme
1 parent 7b72083 commit ee81687

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3334
4. 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

0 commit comments

Comments
 (0)