mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
RTL-SDR bias tee: REST API: generated code
This commit is contained in:
@@ -5888,6 +5888,10 @@ margin-bottom: 20px;
|
||||
"rfBandwidth" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"biasTee" : {
|
||||
"type" : "integer",
|
||||
"description" : "Bias tee\n * 0 - inactive\n * 1 - active\n"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -33459,7 +33463,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-06-27T10:29:00.151+02:00
|
||||
Generated 2020-06-27T10:35:39.014+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -39,6 +39,12 @@ RtlSdrSettings:
|
||||
* 1 - I then Q (straight)
|
||||
rfBandwidth:
|
||||
type: integer
|
||||
biasTee:
|
||||
type: integer
|
||||
description: >
|
||||
Bias tee
|
||||
* 0 - inactive
|
||||
* 1 - active
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
|
||||
Reference in New Issue
Block a user