1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-14 04:11:48 -05:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/KiwiSDR.yaml

45 lines
1.0 KiB
YAML
Raw Normal View History

KiwiSDRSettings:
description: KiwiSDR
properties:
gain:
type: integer
useAGC:
description: AGC active (1 for yes, 0 for no)
type: integer
2019-06-09 14:56:22 -04:00
dcBlock:
type: integer
centerFrequency:
type: integer
format: int64
serverAddress:
description: Distant KiwiSDR instance URL or IPv4 address with port
type: string
2019-06-08 19:44:04 -04:00
fileRecordName:
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
KiwiSDRReport:
description: KiwiSDR
properties:
status:
description: 0 for Idle, 1 for Connecting, 2 for Connected, 3 for Error, 4 for Disconnected
type: integer
KiwiSDRActions:
description: KiwiSDR
properties:
record:
type: integer
description: >
Record IQ stream action
* 0 - stop recording
* 1 - start recording