1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-20 03:46:36 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/AaroniaRTSA.yaml
2023-04-02 09:59:03 +02:00

26 lines
668 B
YAML

AaroniaRTSASettings:
description: AaroniaRTSA
properties:
centerFrequency:
type: integer
format: int64
serverAddress:
description: Distant AaroniaRTSA instance URL or IPv4 address with port
type: string
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
AaroniaRTSAReport:
description: AaroniaRTSA
properties:
status:
description: 0 for Idle, 1 for Connecting, 2 for Connected, 3 for Error, 4 for Disconnected
type: integer