1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-17 08:14:07 -04:00

RTL-SDR input: implemeted WEB API for reporting

This commit is contained in:
f4exb
2018-05-26 14:28:06 +02:00
parent 73a3291008
commit f9cba5844b
15 changed files with 476 additions and 4 deletions
+23 -1
View File
@@ -1717,6 +1717,9 @@ margin-bottom: 20px;
},
"perseusReport" : {
"$ref" : "#/definitions/PerseusReport"
},
"rtlSdrReport" : {
"$ref" : "#/definitions/RtlSdrReport"
}
},
"description" : "Base device report. The specific device report present depeds on deviceHwType"
@@ -2714,6 +2717,25 @@ margin-bottom: 20px;
"format" : "float"
}
}
};
defs.RtlSdrReport = {
"properties" : {
"gains" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/RtlSdrReport_gains"
}
}
},
"description" : "RTLSDR"
};
defs.RtlSdrReport_gains = {
"properties" : {
"gain" : {
"type" : "integer",
"description" : "gain in centi Bels"
}
}
};
defs.RtlSdrSettings = {
"properties" : {
@@ -21922,7 +21944,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2018-05-26T12:32:33.813+02:00
Generated 2018-05-26T14:09:06.509+02:00
</div>
</div>
</div>