Преглед на файлове

replace speed off to medium for control group

chenhaiyang преди 4 години
родител
ревизия
f1c919612a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'