Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed Feb 16, 2024
1 parent f081149 commit c6420c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@ The repository includes example script to quickly try it out.
### Connect to a device and print its status whenever we receive a state change:

```
python3 example.py -ip <ip> [-u <username>] [-p <password] -i
python3 tools/example.py -ip <ip> [-u <username>] [-p <password] -i
```

### Connect to all the devices in `devices.json` at once and print their status:

```
python3 example.py -d -i
python3 tools/example.py -d -i
```
### Show usage help:
```
python3 example.py -h
python3 tools/example.py -h
```

## Contribution guidelines
Expand Down

0 comments on commit c6420c3

Please sign in to comment.