AuxInputController
Last updated: 2025/3/7 11:34:32 | ||
Path To | Name | Description/Function |
/api/auxinput | /device/{input} | Get the aux device assigned. |
/api/auxinput | /{input} | Get the aux device name assigned. |
/api/auxinput | /send/{input} | Send the input to the device. |
/api/auxinput | /{auxInput}/{auxDevice} | Configure the aux device (options: PanTilt, LED, Laser, TTLLaser, NMEASensor, TTLNMEASensor, SerialController, None). |
/api/auxinput | /setdevice/{auxInput}/{auxDevice}/{baudRate}/{serialStandard} | Set the aux input. |
/device/{input}
Function | Get the aux device assigned. |
---|---|
Method | Get |
Response | Aux input device. |
Example |
CODE
|
/{input}
Function | Get the aux device name assigned. |
---|---|
Method | Get |
Response | Aux input device. |
Example |
CODE
|
/send/{input}
Function | Send the input to the device. |
---|---|
Method | Get |
Response | Input to send. |
Example |
CODE
|
/{auxInput}/{auxDevice}
Function | Configure the aux device (options: PanTilt, LED, Laser, TTLLaser, NMEASensor, TTLNMEASensor, SerialController, None). |
---|---|
Method | Get |
Response | A representing the asynchronous operation. |
Example |
CODE
|
/setdevice/{auxInput}/{auxDevice}/{baudRate}/{serialStandard}
Function | Set the aux input. |
---|---|
Method | Get |
Response | A representing the asynchronous operation. |
Example |
CODE
|