ring_mon readme
This commit is contained in:
parent
24fcc4dba8
commit
7c2c5a212a
1 changed files with 13 additions and 0 deletions
13
ring_mon/README.md
Normal file
13
ring_mon/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## `ring_mon`
|
||||
|
||||
`ring.py` will get data from asterisk and create a simple json file.
|
||||
|
||||
`apply-state` handles blinking patterns and similar stuff, so that a single light can provide info on a phone.
|
||||
It uses helper scripts instead of configuration: `get-status` is a `--bin-state` helper; `set-light` is a `--bin-set-light` example.
|
||||
|
||||
### So what?
|
||||
|
||||
```sh
|
||||
./ring.py --state-file state.json &
|
||||
./apply-state --devices 1,2
|
||||
```
|
Loading…
Reference in a new issue