mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
API: added missing bits
This commit is contained in:
parent
9f39a1ab66
commit
00c8afcc48
@ -6019,6 +6019,14 @@ margin-bottom: 20px;
|
|||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"description" : "The baud rate to use for the serial connection to the GS-232 controller"
|
"description" : "The baud rate to use for the serial connection to the GS-232 controller"
|
||||||
},
|
},
|
||||||
|
"host" : {
|
||||||
|
"type" : "string",
|
||||||
|
"description" : "Hostname / IP address of computer running rotctld."
|
||||||
|
},
|
||||||
|
"port" : {
|
||||||
|
"type" : "integer",
|
||||||
|
"description" : "TCP port number rotctld is listening on."
|
||||||
|
},
|
||||||
"track" : {
|
"track" : {
|
||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"description" : "Track a target where azimuth and elevation are determined by another plugin (1 for yes, 0 for no)"
|
"description" : "Track a target where azimuth and elevation are determined by another plugin (1 for yes, 0 for no)"
|
||||||
@ -51379,7 +51387,7 @@ except ApiException as e:
|
|||||||
</div>
|
</div>
|
||||||
<div id="generator">
|
<div id="generator">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
Generated 2021-11-22T22:28:50.413+01:00
|
Generated 2021-11-24T06:35:35.789+01:00
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,6 +15,12 @@ GS232ControllerSettings:
|
|||||||
baudRate:
|
baudRate:
|
||||||
description: The baud rate to use for the serial connection to the GS-232 controller
|
description: The baud rate to use for the serial connection to the GS-232 controller
|
||||||
type: integer
|
type: integer
|
||||||
|
host:
|
||||||
|
description: Hostname / IP address of computer running rotctld.
|
||||||
|
type: string
|
||||||
|
port:
|
||||||
|
description: TCP port number rotctld is listening on.
|
||||||
|
type: integer
|
||||||
track:
|
track:
|
||||||
description: Track a target where azimuth and elevation are determined by another plugin (1 for yes, 0 for no)
|
description: Track a target where azimuth and elevation are determined by another plugin (1 for yes, 0 for no)
|
||||||
type: integer
|
type: integer
|
||||||
|
@ -3426,6 +3426,10 @@ margin-bottom: 20px;
|
|||||||
"items" : {
|
"items" : {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"decoding" : {
|
||||||
|
"type" : "integer",
|
||||||
|
"description" : "Boolean - decoding status\n * 0 - no deconding\n * 1 - decoding\n"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description" : "ChirpChatDemod"
|
"description" : "ChirpChatDemod"
|
||||||
@ -3495,6 +3499,10 @@ margin-bottom: 20px;
|
|||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"description" : "boolean 1 to send decoded message via UDP else 0"
|
"description" : "boolean 1 to send decoded message via UDP else 0"
|
||||||
},
|
},
|
||||||
|
"udoEnabled" : {
|
||||||
|
"type" : "integer",
|
||||||
|
"description" : "Boolean - Send via UDP\n * 0 - Do not send decoded messages via UDP\n * 1 - Send decoded messages via UDP\n"
|
||||||
|
},
|
||||||
"udpAddress" : {
|
"udpAddress" : {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "UDP destination udpAddress"
|
"description" : "UDP destination udpAddress"
|
||||||
@ -3556,6 +3564,10 @@ margin-bottom: 20px;
|
|||||||
"type" : "number",
|
"type" : "number",
|
||||||
"format" : "float",
|
"format" : "float",
|
||||||
"description" : "total message duration inc. preamble and SFD (ms)"
|
"description" : "total message duration inc. preamble and SFD (ms)"
|
||||||
|
},
|
||||||
|
"playing" : {
|
||||||
|
"type" : "integer",
|
||||||
|
"description" : "Boolean - modulator is active (playing) including idle time\n * 0 - Modulator not active\n * 1 - Modulator active\n"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description" : "ChirpChatMod"
|
"description" : "ChirpChatMod"
|
||||||
@ -51375,7 +51387,7 @@ except ApiException as e:
|
|||||||
</div>
|
</div>
|
||||||
<div id="generator">
|
<div id="generator">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
Generated 2021-11-23T13:18:02.821+01:00
|
Generated 2021-11-24T06:35:35.789+01:00
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user