Sfoglia il codice sorgente

update VRF control logic

highing666 3 anni fa
parent
commit
9d5b8b0a80
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/controllers/equipment/vrf/basic.py

+ 1 - 1
app/controllers/equipment/vrf/basic.py

@@ -468,7 +468,7 @@ async def build_acatvi_instructions(
         current_temperature_set=current_temperature_set,
         current_temperature_set=current_temperature_set,
         speed=params.current_speed,
         speed=params.current_speed,
         running_status=params.running_status,
         running_status=params.running_status,
-        work_moe=params.work_mode,
+        work_mode=params.work_mode,
     )
     )
 
 
     act_blowy_feedback_time, act_high_speed_time = await query_status_time(
     act_blowy_feedback_time, act_high_speed_time = await query_status_time(