Skip to main content
Skip table of contents

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

/{input}

Function

Get the aux device name assigned.

Method

Get

Response

Aux input device.

Example

CODE
$ curl http://IP_ADDRESS:8080>/api/auxinput/{input}

/send/{input}

Function

Send the input to the device.

Method

Get

Response

Input to send.

Example

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

/{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
$ curl http://IP_ADDRESS:8080>/api/auxinput/{auxInput}/{auxDevice}

/setdevice/{auxInput}/{auxDevice}/{baudRate}/{serialStandard}

Function

Set the aux input.

Method

Get

Response

A representing the asynchronous operation.

Example

CODE
$ curl http://IP_ADDRESS:8080>/api/auxinput/setdevice/{auxInput}/{auxDevice}/{baudRate}/{serialStandard}
JavaScript errors detected

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

If this problem persists, please contact our support.