mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 11:34:09 -04:00
DaemonSource: pass device center frequency and baseband sample rate in the report
This commit is contained in:
@@ -1742,6 +1742,14 @@ margin-bottom: 20px;
|
||||
"sampleRate" : {
|
||||
"type" : "integer",
|
||||
"description" : "Stream nominal sample rate in S/s"
|
||||
},
|
||||
"deviceCenterFreq" : {
|
||||
"type" : "integer",
|
||||
"description" : "Device center frequency in kHz"
|
||||
},
|
||||
"deviceSampleRate" : {
|
||||
"type" : "integer",
|
||||
"description" : "Device baseband sample rate in S/s"
|
||||
}
|
||||
},
|
||||
"description" : "Daemon channel source report"
|
||||
@@ -28716,7 +28724,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2018-09-04T20:03:50.896+02:00
|
||||
Generated 2018-09-06T20:10:22.329+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user