From ce854badb9b6b7976a3f39e3c5200f6799a0ddac Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Sat, 21 Sep 2019 07:20:08 -0700 Subject: [PATCH] Clarify differences between user and admin accounts for Obihai (#10396) --- source/_components/obihai.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/_components/obihai.markdown b/source/_components/obihai.markdown index 2feb5751ff4..3db71e53b29 100644 --- a/source/_components/obihai.markdown +++ b/source/_components/obihai.markdown @@ -36,11 +36,14 @@ password: default: admin {% endconfiguration %} -The following is a list of expected sensors and their expected states: +The following is a list of expected sensors and their expected states when using the `user` account: + +- Sensor if the device requires a reboot (`True` or `False`) +- Sensor for each configured service (`0` for no calls, `1` for a call and `2` for call waiting/3way calling) +- Sensor for the last reboot date + +In addition to the above list the `admin` account can expect to see the following sensors: - Obihai service status (`Normal`, `Down` or other states from Obihais network) - Sensors for each phone port in use (`On Hook`, `Off Hook` and `Ringing`) - Sensors for last caller name and number (this is also the current incoming call, will also show `--` if no data provided) -- Sensor if the device requires a reboot (`True` or `False`) -- Sensor for each configured service (`0` for no calls, `1` for a call and `2` for call waiting/3way calling) -- Sensor for the last reboot date