From 75a8b875c4d813818af6e6bcd8af4a46bd631270 Mon Sep 17 00:00:00 2001 From: sparky8512 <76499194+sparky8512@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:28:25 -0700 Subject: [PATCH] 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. --- starlink_grpc.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/starlink_grpc.py b/starlink_grpc.py index 7567a28..c3a24ab 100644 --- a/starlink_grpc.py +++ b/starlink_grpc.py @@ -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 32) 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 --------------------