1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-18 10:56:35 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/LocalSource.yaml
2019-05-10 13:20:30 +02:00

26 lines
599 B
YAML

LocalSourceSettings:
description: "Local channel source settings"
properties:
localDeviceIndex:
description: "Sending local device index"
type: integer
rgbColor:
type: integer
title:
type: string
log2Interp:
type: integer
filterChainHash:
type: integer
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