Skip to content

Commit

Permalink
Document recently added or changed alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
sparky8512 committed Oct 29, 2023
1 parent a96f45f commit 8c22d51
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion starlink_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@
2048) in *alerts*.
: **alert_moving_fast_while_not_aviation** : Alert corresponding with bit 12
(bit mask 4096) in *alerts*.
**OBSOLETE**: This alert is no longer generated, presumably in preference
of *alert_moving_too_fast_for_policy*.
: **alert_dbf_telem_stale** : Alert corresponding with bit 13 (bit mask 8192)
in *alerts*.
: **alert_moving_too_fast_for_policy** : Alert corresponding with bit 14 (bit
mask 16384) in *alerts*.
Location data
-------------
Expand Down Expand Up @@ -1564,7 +1570,8 @@ def grpc_call(channel: grpc.Channel):

config = call_with_channel(grpc_call, context=context)

return config.power_save_start_minutes, config.power_save_duration_minutes, config.power_save_mode
return (config.power_save_start_minutes, config.power_save_duration_minutes,
config.power_save_mode)


def set_sleep_config(start: int,
Expand Down

0 comments on commit 8c22d51

Please sign in to comment.