mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 03:54:30 -04:00
Frequency tracker: REST API: added tracking delta frequency in report. Generated code
This commit is contained in:
@@ -4051,6 +4051,10 @@ margin-bottom: 20px;
|
||||
"format" : "float",
|
||||
"description" : "power received in channel (dB)"
|
||||
},
|
||||
"trackingDeltaFrequency" : {
|
||||
"type" : "integer",
|
||||
"description" : "difference between channel and PLL or FLL center frequency (Hz)"
|
||||
},
|
||||
"squelch" : {
|
||||
"type" : "integer",
|
||||
"description" : "squelch status (1 if open else 0)"
|
||||
@@ -37487,7 +37491,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-06-21T22:52:40.950+02:00
|
||||
Generated 2020-06-27T05:12:41.181+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user