Clarify differences between user and admin accounts for Obihai (#10396)

This commit is contained in:
Daniel Shokouhi 2019-09-21 07:20:08 -07:00 committed by Fabian Affolter
parent c7b05602b2
commit ce854badb9

View File

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