1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

REST API: implement reverse API settings (3)

This commit is contained in:
f4exb
2019-01-11 14:45:00 +01:00
parent 3e096580b0
commit 0215839220
85 changed files with 2794 additions and 146 deletions
@@ -10,7 +10,16 @@ FileSourceSettings:
loop:
description: 1 if playing in a loop else 0
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
FileSourceReport:
description: FileSource
properties:
@@ -31,4 +40,3 @@ FileSourceReport:
durationTime:
description: Duration time string representation
type: string