Ver código fonte

cancle the PAU switch event

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

+ 1 - 1
app/core/events.py

@@ -19,7 +19,7 @@ def create_start_app_handler(app: Optional[FastAPI] = None) -> Callable:
         await load_q_learning_model()
         await load_q_learning_model()
         await regulate_ahu_freq()
         await regulate_ahu_freq()
         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()