14 lines
418 B
Markdown
14 lines
418 B
Markdown
|
## `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
|
||
|
```
|