ring_mon readme

This commit is contained in:
boyska 2022-03-04 02:40:18 +01:00
parent 24fcc4dba8
commit 7c2c5a212a

13
ring_mon/README.md Normal file
View 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
```