소스 검색

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'