2020-10-27 18:13:08 -04:00
|
|
|
GS232ControllerSettings:
|
|
|
|
description: "GS-232 Controller settings"
|
|
|
|
properties:
|
|
|
|
azimuth:
|
|
|
|
description: Target azimuth in degrees (0-450)
|
|
|
|
type: integer
|
|
|
|
elevation:
|
|
|
|
description: Target elevation in degrees (0-180)
|
|
|
|
type: integer
|
|
|
|
serialPort:
|
|
|
|
description: The serial port the GS-232 controller is connected to
|
|
|
|
type: string
|
|
|
|
baudRate:
|
|
|
|
description: The baud rate to use for the serial connection to the GS-232 controller
|
|
|
|
type: integer
|
|
|
|
track:
|
2021-01-13 15:56:45 -05:00
|
|
|
description: Track a target where azimuth and elevation are determined by another plugin (1 for yes, 0 for no)
|
2020-10-27 18:13:08 -04:00
|
|
|
type: integer
|
2021-01-13 15:56:45 -05:00
|
|
|
target:
|
|
|
|
description: "Identifier of the channel or feature plugin providing target azimuth and elevation (E.g. R0:0 ADSBDemod)"
|
2020-10-27 18:13:08 -04:00
|
|
|
type: string
|
2021-01-13 15:56:45 -05:00
|
|
|
azimuthOffset:
|
|
|
|
description: Azimuth offset in degrees
|
2020-10-27 18:13:08 -04:00
|
|
|
type: integer
|
2021-01-13 15:56:45 -05:00
|
|
|
elevationOffset:
|
|
|
|
description: Elevation offset in degrees
|
2020-10-27 18:13:08 -04:00
|
|
|
type: integer
|
2021-01-13 15:56:45 -05:00
|
|
|
title:
|
|
|
|
type: string
|
|
|
|
rgbColor:
|
2020-10-27 18:13:08 -04:00
|
|
|
type: integer
|
|
|
|
useReverseAPI:
|
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
|
|
|
type: integer
|
|
|
|
reverseAPIChannelIndex:
|
|
|
|
type: integer
|