Quellcode durchsuchen

replace speed off to medium for control group

chenhaiyang vor 4 Jahren
Ursprung
Commit
f1c919612a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/controllers/equipment/fcu/on_ratio.py

+ 1 - 1
app/controllers/equipment/fcu/on_ratio.py

@@ -219,7 +219,7 @@ async def start_control_group_mode(device_id: str, target: float):
         regulated_fcu = controller.get_results()
 
         speed_value_dict = {
-            0.0: 'off',
+            0.0: 'medium',
             1.0: 'low',
             2.0: 'medium',
             3.0: 'high'