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