1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Added the Local Source plugin

This commit is contained in:
f4exb
2019-05-10 13:20:30 +02:00
parent 6d5d77dc6c
commit ba4c8d7a68
20 changed files with 2529 additions and 1 deletions
@@ -0,0 +1,25 @@
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