Document a couple more alert bits
This adds alert_install_pending and alert_is_heating to the documentation at the top of the module. These alerts were added approximately forever ago, and get picked up automatically via reflection any time the scripts restart, so this is just to get the docs caught up.
This commit is contained in:
parent
8a0f44bfa6
commit
75a8b875c4
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@ their nature, but the field names are pretty self-explanatory.
|
||||||
: **alert_slow_ethernet_speeds** : Alert corresponding with bit 5 (bit mask
|
: **alert_slow_ethernet_speeds** : Alert corresponding with bit 5 (bit mask
|
||||||
32) in *alerts*.
|
32) in *alerts*.
|
||||||
: **alert_roaming** : Alert corresponding with bit 6 (bit mask 64) in *alerts*.
|
: **alert_roaming** : Alert corresponding with bit 6 (bit mask 64) in *alerts*.
|
||||||
|
: **alert_install_pending** : Alert corresponding with bit 7 (bit mask 128) in
|
||||||
|
*alerts*.
|
||||||
|
: **alert_is_heating** : Alert corresponding with bit 8 (bit mask 256) in
|
||||||
|
*alerts*.
|
||||||
|
|
||||||
General history data
|
General history data
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in a new issue