1
0
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:
f4exb
2019-06-09 01:44:04 +02:00
parent dc15668469
commit 2cefa0ed69
9 changed files with 94 additions and 3 deletions
@@ -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