mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
ATV demod: REST API: new AM scaling adjust settings: generated code
This commit is contained in:
@@ -952,6 +952,14 @@ margin-bottom: 20px;
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
},
|
||||
"amScalingFactor" : {
|
||||
"type" : "integer",
|
||||
"description" : "Factor in % to apply to detected signal scale"
|
||||
},
|
||||
"amOffsetFactor" : {
|
||||
"type" : "integer",
|
||||
"description" : "Factor in % to apply to adjusted signal scale"
|
||||
},
|
||||
"intSampleRate" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
@@ -33463,7 +33471,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-06-27T10:35:39.014+02:00
|
||||
Generated 2020-07-01T19:58:14.874+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user