From 7c2c5a212ad9c0da13b8a6d652ebc492bad32564 Mon Sep 17 00:00:00 2001 From: boyska Date: Fri, 4 Mar 2022 02:40:18 +0100 Subject: [PATCH] ring_mon readme --- ring_mon/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ring_mon/README.md diff --git a/ring_mon/README.md b/ring_mon/README.md new file mode 100644 index 0000000..c799e7a --- /dev/null +++ b/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 +```