Auxiliary(Aux) Input Commands
Last updated: 2025/5/22 17:23:45 | ||
Path To | Name | Description/Function |
/api/auxinput | /device/{input} | Get the aux device assigned. |
/api/auxinput | /send/{input} | Send the input to the device. |
/api/auxinput | /setdevice/{auxInput}/{auxDevice}/{baudRate}/{serialStandard} | Set the aux input. |
/device/{input}
Function | Get the aux device assigned. |
|---|---|
Method | Get |
Example |
CODE
|
Response | Aux input device. |
Response Type | Not Available |
Response Example |
CODE
|
/send/{input}
Function | Send the input to the device. |
|---|---|
Method | Get |
Example |
CODE
|
Response | Input to send. |
Response Type | Not Available |
Response Example |
CODE
|
/setdevice/{auxInput}/{auxDevice}/{baudRate}/{serialStandard}
Function | Set the aux input. |
|---|---|
Parameter:auxInput | Aux input 0 or 1. |
Parameter:auxDevice | Aux Device Type |
Parameter:baudRate | Baud rate of the aux device. |
Parameter:serialStandard | Serial standard of the aux device. |
Method | Get |
Example |
CODE
|
Response | A representing the asynchronous operation. |
Response Type | Not Available |
Response Example |
CODE
|