Browse Source

ring_mon readme

boyska 2 years ago
parent
commit
7c2c5a212a
1 changed files with 13 additions and 0 deletions
  1. 13 0
      ring_mon/README.md

+ 13 - 0
ring_mon/README.md

@@ -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
+```