1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 02:16:33 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/LocalOutput.yaml

22 lines
458 B
YAML
Raw Normal View History

2019-05-10 17:38:52 -04:00
LocalOutputSettings:
description: LocalOutput
properties:
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
LocalOutputReport:
description: LocalOutput
properties:
centerFrequency:
type: integer
format: int64
2019-05-10 17:38:52 -04:00
sampleRate:
type: integer