work: Автоматический режим управления скоростью

отлажен!
This commit is contained in:
Fedorov Dmitriy
2026-09-19 15:48:44 +03:00
parent cdec9b0996
commit f98cc2d6a3
6 changed files with 867 additions and 145 deletions
+2 -3
View File
@@ -219,6 +219,7 @@ def get_status() -> dict:
if state is not None
else None
),
"auto": get_auto_status(),
"qingping": qingping_service.status(),
@@ -430,9 +431,7 @@ def get_auto_status() -> dict:
"target_speed": None,
"auto_speed": None,
"last_error": None,
"config_error": (
auto_load_error
),
"config_error": auto_load_error,
}
return {