work: Автоматический режим управления скоростью
отлажен!
This commit is contained in:
+2
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user