1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-04 18:56:38 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/KiwiSDR.yaml

24 lines
579 B
YAML
Raw Normal View History

KiwiSDRSettings:
description: KiwiSDR
properties:
gain:
type: integer
useAGC:
description: AGC active (1 for yes, 0 for no)
type: integer
centerFrequency:
type: integer
format: int64
serverAddress:
description: Distant KiwiSDR 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