Ver código fonte

cancle control group

chenhaiyang 4 anos atrás
pai
commit
412870eba5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/core/events.py

+ 1 - 1
app/core/events.py

@@ -21,6 +21,6 @@ def create_start_app_handler(app: Optional[FastAPI] = None) -> Callable:
         await regulate_ahu_switch()
         await regulate_ahu_switch()
         await regulate_pau_switch()
         await regulate_pau_switch()
         await regulate_ventilation_fan_switch()
         await regulate_ventilation_fan_switch()
-        await run_control_group()
+        # await run_control_group()
 
 
     return start_app
     return start_app