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:
sparky8512 2022-08-19 09:28:25 -07:00
parent 8a0f44bfa6
commit 75a8b875c4

View file

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