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

BladeRF2: REST API: implemented actions: generated code

This commit is contained in:
f4exb
2020-04-02 04:55:12 +02:00
parent 9947a454d6
commit 69a7540ce3
9 changed files with 240 additions and 2 deletions
+13 -1
View File
@@ -1701,6 +1701,15 @@ margin-bottom: 20px;
}
},
"description" : "BladeRF1"
};
defs.BladeRF2InputActions = {
"properties" : {
"record" : {
"type" : "integer",
"description" : "Record IQ stream action\n * 0 - stop recording\n * 1 - start recording\n"
}
},
"description" : "BladeRF2"
};
defs.BladeRF2InputReport = {
"properties" : {
@@ -2681,6 +2690,9 @@ margin-bottom: 20px;
"bladeRF1InputActions" : {
"$ref" : "#/definitions/BladeRF1InputActions"
},
"bladeRF2InputActions" : {
"$ref" : "#/definitions/BladeRF2InputActions"
},
"fcdProActions" : {
"$ref" : "#/definitions/FCDProActions"
},
@@ -33380,7 +33392,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2020-03-29T00:14:31.725+01:00
Generated 2020-04-02T04:52:29.862+02:00
</div>
</div>
</div>