|
@@ -97,27 +97,3 @@ async def get_fcu_command(equipment_control_info: EquipmentControlRequest, db: S
|
|
|
}
|
|
|
logger.info(response)
|
|
|
return response
|
|
|
-
|
|
|
-
|
|
|
-@router.get('/instructions/acatah', response_model=EquipmentInstructionsResponse)
|
|
|
-async def get_acatah_instructions(
|
|
|
- project_id: str = Query(..., max_length=50, regex='^Pj', alias='projectId'),
|
|
|
- equip_id: str = Query(..., max_length=50, regex='^Eq', alias='equipId')
|
|
|
-):
|
|
|
- pass
|
|
|
-
|
|
|
-
|
|
|
-@router.get('/instructions/acvtsf', response_model=EquipmentInstructionsResponse)
|
|
|
-async def get_acvtsf_instructions(
|
|
|
- project_id: str = Query(..., max_length=50, regex='^Pj', alias='projectId'),
|
|
|
- equip_id: str = Query(..., max_length=50, regex='^Eq', alias='equipId')
|
|
|
-):
|
|
|
- pass
|
|
|
-
|
|
|
-
|
|
|
-@router.get('/instructions/acatfu', response_model=PAU)
|
|
|
-async def get_acatfu_instructions(
|
|
|
- project_id: str = Query(..., max_length=50, regex='^Pj', alias='projectId'),
|
|
|
- equip_id: str = Query(..., max_length=50, regex='^Eq', alias='equipId')
|
|
|
-):
|
|
|
- pass
|