2018-09-11 18:36:30 -04:00
|
|
|
UDPSinkSettings:
|
|
|
|
description: UDPSink
|
2018-05-25 04:45:40 -04:00
|
|
|
properties:
|
|
|
|
outputSampleRate:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
sampleFormat:
|
|
|
|
type: integer
|
|
|
|
inputFrequencyOffset:
|
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
rfBandwidth:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
fmDeviation:
|
|
|
|
type: integer
|
|
|
|
channelMute:
|
|
|
|
description: channel mute (1 if muted else 0)
|
2019-04-20 13:52:42 -04:00
|
|
|
type: integer
|
2018-05-25 04:45:40 -04:00
|
|
|
gain:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
squelchDB:
|
|
|
|
description: power dB
|
|
|
|
type: integer
|
|
|
|
squelchGate:
|
|
|
|
description: 100ths seconds
|
|
|
|
type: integer
|
|
|
|
squelchEnabled:
|
|
|
|
description: squelch enable (1 if enabled else 0)
|
2019-04-20 13:52:42 -04:00
|
|
|
type: integer
|
2018-05-25 04:45:40 -04:00
|
|
|
agc:
|
|
|
|
description: AGC enable (1 if enabled else 0)
|
2019-04-20 13:52:42 -04:00
|
|
|
type: integer
|
2018-05-25 04:45:40 -04:00
|
|
|
audioActive:
|
|
|
|
description: Audio return enable (1 if enabled else 0)
|
2019-04-20 13:52:42 -04:00
|
|
|
type: integer
|
2018-05-25 04:45:40 -04:00
|
|
|
audioStereo:
|
|
|
|
description: Audio return stereo (1 if stereo else 0)
|
2019-04-20 13:52:42 -04:00
|
|
|
type: integer
|
2018-05-25 04:45:40 -04:00
|
|
|
volume:
|
2019-04-20 13:52:42 -04:00
|
|
|
type: integer
|
2018-05-25 04:45:40 -04:00
|
|
|
udpAddress:
|
|
|
|
description: destination UDP address (remote)
|
|
|
|
type: string
|
|
|
|
udpPort:
|
|
|
|
description: destination UDP port (remote)
|
|
|
|
type: integer
|
2019-04-20 13:52:42 -04:00
|
|
|
format: uint16
|
2018-05-25 04:45:40 -04:00
|
|
|
audioPort:
|
|
|
|
description: audio return UDP port (local)
|
|
|
|
type: integer
|
2019-04-20 13:52:42 -04:00
|
|
|
format: uint16
|
2018-05-25 04:45:40 -04:00
|
|
|
rgbColor:
|
2019-04-20 13:52:42 -04:00
|
|
|
type: integer
|
2018-05-25 04:45:40 -04:00
|
|
|
title:
|
|
|
|
type: string
|
2019-09-22 14:26:09 -04:00
|
|
|
streamIndex:
|
|
|
|
description: MIMO channel. Not relevant when connected to SI (single Rx).
|
|
|
|
type: integer
|
2019-04-20 13:52:42 -04:00
|
|
|
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
|
|
|
|
|
2018-09-11 18:36:30 -04:00
|
|
|
UDPSinkReport:
|
2018-05-25 04:45:40 -04:00
|
|
|
description: UDPSink
|
|
|
|
properties:
|
2018-08-16 04:46:01 -04:00
|
|
|
outputPowerDB:
|
2018-05-25 04:45:40 -04:00
|
|
|
description: power transmitted in channel (dB)
|
|
|
|
type: number
|
|
|
|
format: float
|
2018-08-16 04:46:01 -04:00
|
|
|
channelPowerDB:
|
|
|
|
description: power received in channel (dB)
|
|
|
|
type: number
|
|
|
|
format: float
|
2018-05-25 04:45:40 -04:00
|
|
|
squelch:
|
|
|
|
description: squelch status (1 if open else 0)
|
|
|
|
type: integer
|
|
|
|
inputSampleRate:
|
|
|
|
type: integer
|