sdrangel/sdrbase/resources/webapi/doc/swagger/include/LocalSource.yaml

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