mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 05:38:47 -04:00
REST API: added listening address and port to websocket spectrum server information. Generated code
This commit is contained in:
@@ -7323,6 +7323,12 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Boolean: 1: websocket spectrum server running 0: not running"
|
||||
},
|
||||
"listeningAddress" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"listeningPort" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"clients" : {
|
||||
"type" : "array",
|
||||
"description" : "List of clients",
|
||||
@@ -37239,7 +37245,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-05-05T14:20:39.487+02:00
|
||||
Generated 2020-05-06T16:46:35.280+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user