Skip to main content
Skip table of contents

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
http://IP_ADDRESS:8080/api/auxinput/device/{input}

Response

Aux input device.

Response Type

Not Available

Response Example

CODE
{
    "Name": "Laser",
    "BaudRate": "115200",
    "SerialStandard": "RS485",
    "DeviceType": "3"
}

/send/{input}

Function

Send the input to the device.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/auxinput/send/{input}

Response

Input to send.

Response Type

Not Available

Response Example

CODE
Not Available

/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
http://IP_ADDRESS:8080/api/auxinput/setdevice/{auxInput}/{auxDevice}/{baudRate}/{serialStandard}

Response

A representing the asynchronous operation.

Response Type

Not Available

Response Example

CODE
Not Available
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.