mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Web API: added FileSource settings
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FileSourceSettings:
|
||||
properties:
|
||||
fileName:
|
||||
type: string
|
||||
@@ -949,6 +949,8 @@ definitions:
|
||||
DeviceSettingsImpl:
|
||||
description: dummy structure to handle all devices settings
|
||||
properties:
|
||||
fileSource:
|
||||
$ref: "http://localhost:8081/FileSource.yaml#/FileSourceSettings"
|
||||
rtlsdr:
|
||||
$ref: "http://localhost:8081/RtlSdr.yaml#/RtlSdrSettings"
|
||||
limesdrInput:
|
||||
|
||||
Reference in New Issue
Block a user