Skip to content

Commit

Permalink
updated with pyzigate library use
Browse files Browse the repository at this point in the history
  • Loading branch information
elric91 authored Jan 20, 2018
1 parent 2d449f6 commit 18a9ca2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ How to use :
- Go in folder
- Launch ipython3 console
```python
from interface import *
from pyzigate.interface import *
z = ZiGate()
conn = ThreadedConnection(z)
z.send_data('0049', 'FFFCFE00')
```
- (last line ask for join request)
- put device in join mode (i.e. long press on button)
- lots of logs
```python
z.list.devices()
```
- will show the list of last info gathered

## Session Example
```
Expand Down

0 comments on commit 18a9ca2

Please sign in to comment.