mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Update FreqScanner swagger files
This commit is contained in:
@@ -3598,6 +3598,9 @@ margin-bottom: 20px;
|
||||
"FileSourceActions" : {
|
||||
"$ref" : "#/definitions/FileSourceActions"
|
||||
},
|
||||
"FreqScannerActions" : {
|
||||
"$ref" : "#/definitions/FreqScannerActions"
|
||||
},
|
||||
"IEEE_802_15_4_ModActions" : {
|
||||
"$ref" : "#/definitions/IEEE_802_15_4_ModActions"
|
||||
},
|
||||
@@ -7221,6 +7224,28 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "FreeDVMod"
|
||||
};
|
||||
defs.FreqScannerActions = {
|
||||
"properties" : {
|
||||
"run" : {
|
||||
"type" : "integer",
|
||||
"description" : "Set the plugin running state\n * 0 - idle\n * 1 - run\n"
|
||||
}
|
||||
},
|
||||
"description" : "Frequency Scanner actions"
|
||||
};
|
||||
defs.FreqScannerChannelState = {
|
||||
"properties" : {
|
||||
"frequency" : {
|
||||
"type" : "integer",
|
||||
"description" : "Channel centre frequency in Hz"
|
||||
},
|
||||
"power" : {
|
||||
"type" : "number",
|
||||
"format" : "float",
|
||||
"description" : "Channel power in dB"
|
||||
}
|
||||
}
|
||||
};
|
||||
defs.FreqScannerFrequency = {
|
||||
"properties" : {
|
||||
@@ -7252,6 +7277,12 @@ margin-bottom: 20px;
|
||||
"properties" : {
|
||||
"channelSampleRate" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"channelState" : {
|
||||
"type" : "array",
|
||||
"items" : {
|
||||
"$ref" : "#/definitions/FreqScannerChannelState"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description" : "FreqScanner"
|
||||
@@ -59084,7 +59115,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2024-06-18T10:11:11.522+02:00
|
||||
Generated 2024-06-21T10:02:32.986+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user