mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 07:23:38 -04:00
KiwiSDR: implemented file record name
This commit is contained in:
@@ -3106,6 +3106,9 @@ margin-bottom: 20px;
|
||||
"type" : "string",
|
||||
"description" : "Distant KiwiSDR instance URL or IPv4 address with port"
|
||||
},
|
||||
"fileRecordName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -25148,7 +25151,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2019-06-08T23:46:41.204+02:00
|
||||
Generated 2019-06-09T01:28:52.118+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -12,6 +12,8 @@ KiwiSDRSettings:
|
||||
serverAddress:
|
||||
description: Distant KiwiSDR instance URL or IPv4 address with port
|
||||
type: string
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user