Explorar el Código

fix a spell error

chenhaiyang hace 4 años
padre
commit
593b09ca04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/api/routers/devices.py

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

@@ -69,7 +69,7 @@ async def get_acatfu_equip_switch_set(
     }
 
 
-@router.get('/instructions/acatfu/supply-ari-temperature-set', response_model=DevicesInstructionsBaseResponse)
+@router.get('/instructions/acatfu/supply-air-temperature-set', response_model=DevicesInstructionsBaseResponse)
 async def get_acatfu_supply_air_temperature_set(
         project_id: str = Query(..., max_length=50, regex='^Pj', alias='projectId'),
         device_id: str = Query(..., max_length=50, regex='^Eq', alias='equipId')