Audible Alert Mode Toggle

This commit is contained in:
Rick Lan
2024-07-13 18:15:49 +08:00
parent c5df9d7fb6
commit 9099efccd8
4 changed files with 19 additions and 4 deletions
+1
View File
@@ -83,6 +83,7 @@ def manager_init() -> None:
("dp_long_de2e_road_condition", "1"), # on by default, depends on dp_long_de2e
("dp_device_auto_shutdown", "0"),
("dp_device_auto_shutdown_in", "30"),
("dp_device_audible_alert_mode", "0"),
]
if not PC:
default_params.append(("LastUpdateTime", datetime.datetime.now(datetime.UTC).replace(tzinfo=None).isoformat().encode('utf8')))