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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user