Skip to content

Commit

Permalink
Merge pull request #58 from bondhome/fred/docs
Browse files Browse the repository at this point in the history
Update README and bump to v0.1.1
  • Loading branch information
fredericojordan authored Feb 21, 2022
2 parents 6369427 + 42196be commit 83fe4b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ bond version
List its devices:
```bash
bond devices
bond devices list
```
## Injecting Devices
Create a template device:
```bash
bond device_create --name "Formidable Fan" --template A1 --addr 101 --freq 300000 --bps 1000 --zero_gap 1234
bond devices create --name "Formidable Fan" --template A1 --addr 101 --freq 300000 --bps 1000 --zero_gap 1234
```
You can then see the fan on your Bond Home app.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="bond-cli",
version="0.1.0",
version="0.1.1",
author="Olibra",
packages=find_packages(),
scripts=["bond/bond"],
Expand Down

0 comments on commit 83fe4b6

Please sign in to comment.