Explorar el Código

add a param for ACATVA instructions router

highing666 hace 3 años
padre
commit
78c676c02b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/controllers/equipment/vav.py

+ 1 - 1
app/controllers/equipment/vav.py

@@ -319,7 +319,7 @@ async def build_acatva_instructions(params: ACATVAInstructionsRequest) -> ACATVA
         else:
             supply_air_temperature = params.acatah_supply_air_temperature
     else:
-        supply_air_temperature = params.acatah_supply_air_temperature
+        supply_air_temperature = params.supply_air_temperature
 
     vav_params = VAVBox(
         spaces=space_params,