mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05: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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user