From 52dc5ec79d4c9f83effcc0513cb50fe68ddde992 Mon Sep 17 00:00:00 2001 From: sparky8512 <76499194+sparky8512@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:07:40 -0800 Subject: [PATCH] Document new alert added in most recent firmware --- starlink_grpc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/starlink_grpc.py b/starlink_grpc.py index 7aef35f..7437552 100644 --- a/starlink_grpc.py +++ b/starlink_grpc.py @@ -129,8 +129,9 @@ their nature, but the field names are pretty self-explanatory. in *alerts*. : **alert_mast_not_near_vertical** : Alert corresponding with bit 4 (bit mask 16) in *alerts*. -: **slow_ethernet_speeds** : Alert corresponding with bit 5 (bit mask 32) in - *alerts*. +: **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*. General history data --------------------