1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-18 00:34:13 -04:00

ChannelAnalyzer: implemented settings API

This commit is contained in:
f4exb
2021-12-01 08:25:32 +01:00
parent 2a9cc27a41
commit f9155575d3
13 changed files with 720 additions and 112 deletions
+21 -1
View File
@@ -3001,6 +3001,26 @@ margin-bottom: 20px;
"title" : {
"type" : "string"
},
"streamIndex" : {
"type" : "integer",
"description" : "MIMO channel. Not relevant when connected to SI (single Rx)."
},
"useReverseAPI" : {
"type" : "integer",
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
},
"reverseAPIAddress" : {
"type" : "string"
},
"reverseAPIPort" : {
"type" : "integer"
},
"reverseAPIDeviceIndex" : {
"type" : "integer"
},
"reverseAPIChannelIndex" : {
"type" : "integer"
},
"spectrumConfig" : {
"$ref" : "#/definitions/GLSpectrum"
},
@@ -51447,7 +51467,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2021-11-30T22:42:47.179+01:00
Generated 2021-12-01T01:10:25.279+01:00
</div>
</div>
</div>