فهرست منبع

rename a function

highing666 2 سال پیش
والد
کامیت
de5886e67e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/api/routers/devices.py

+ 2 - 2
app/api/routers/devices.py

@@ -28,7 +28,7 @@ from app.controllers.equipment.pau.supply_air_temperature_set import (
 from app.controllers.equipment.pau.switch import build_acatfu_switch_set, build_co2_acatfu_switch
 from app.controllers.equipment.vav import (
     build_acatva_instructions,
-    build_acatva_instructions_for_JM,
+    build_acatva_instructions_for_jm,
 )
 from app.controllers.equipment.ventilation_fan.switch import build_acvtsf_switch_set
 from app.controllers.equipment.vrf.basic import build_acatvi_instructions
@@ -324,7 +324,7 @@ async def get_acatva_instructions(params: domain_devices.ACATVAInstructionsReque
 async def get_acatva_instructions_v2(
         params: domain_devices.ACATVAInstructionsRequestV2,
 ):
-    instructions = await build_acatva_instructions_for_JM(params)
+    instructions = await build_acatva_instructions_for_jm(params)
 
     logger.info(params)
     logger.info(f"{params.device_id} - {instructions}")