1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-27 04:24:12 -04:00

BladeRF2: REST API: implemented actions: generated code

This commit is contained in:
f4exb
2020-03-30 19:51:02 +02:00
parent 14320509ad
commit 56e70454ae
9 changed files with 240 additions and 2 deletions
+13 -1
View File
@@ -1737,6 +1737,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" : {
@@ -3093,6 +3102,9 @@ margin-bottom: 20px;
"bladeRF1InputActions" : {
"$ref" : "#/definitions/BladeRF1InputActions"
},
"bladeRF2InputActions" : {
"$ref" : "#/definitions/BladeRF2InputActions"
},
"fcdProActions" : {
"$ref" : "#/definitions/FCDProActions"
},
@@ -33951,7 +33963,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2020-03-25T21:58:12.620+01:00
Generated 2020-03-30T19:38:33.193+02:00
</div>
</div>
</div>