mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-22 07:22:27 -04:00
Web API: added FileSource settings
This commit is contained in:
parent
3fb4af82e6
commit
c6e5e21687
4
swagger/sdrangel/api/swagger/include/FileSource.yaml
Normal file
4
swagger/sdrangel/api/swagger/include/FileSource.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
FileSourceSettings:
|
||||||
|
properties:
|
||||||
|
fileName:
|
||||||
|
type: string
|
@ -949,6 +949,8 @@ definitions:
|
|||||||
DeviceSettingsImpl:
|
DeviceSettingsImpl:
|
||||||
description: dummy structure to handle all devices settings
|
description: dummy structure to handle all devices settings
|
||||||
properties:
|
properties:
|
||||||
|
fileSource:
|
||||||
|
$ref: "http://localhost:8081/FileSource.yaml#/FileSourceSettings"
|
||||||
rtlsdr:
|
rtlsdr:
|
||||||
$ref: "http://localhost:8081/RtlSdr.yaml#/RtlSdrSettings"
|
$ref: "http://localhost:8081/RtlSdr.yaml#/RtlSdrSettings"
|
||||||
limesdrInput:
|
limesdrInput:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user