diff --git a/sdrbase/resources/webapi/doc/html2/index.html b/sdrbase/resources/webapi/doc/html2/index.html index 09ce79b05..5ac129b21 100644 --- a/sdrbase/resources/webapi/doc/html2/index.html +++ b/sdrbase/resources/webapi/doc/html2/index.html @@ -6019,6 +6019,14 @@ margin-bottom: 20px; "type" : "integer", "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" : { "type" : "integer", "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:
- Generated 2021-11-22T22:28:50.413+01:00 + Generated 2021-11-24T06:35:35.789+01:00
diff --git a/sdrbase/resources/webapi/doc/swagger/include/GS232Controller.yaml b/sdrbase/resources/webapi/doc/swagger/include/GS232Controller.yaml index c6374262e..d23324ec4 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/GS232Controller.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/GS232Controller.yaml @@ -15,6 +15,12 @@ GS232ControllerSettings: baudRate: description: The baud rate to use for the serial connection to the GS-232 controller 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: description: Track a target where azimuth and elevation are determined by another plugin (1 for yes, 0 for no) type: integer diff --git a/swagger/sdrangel/code/html2/index.html b/swagger/sdrangel/code/html2/index.html index b66c50ba1..5ac129b21 100644 --- a/swagger/sdrangel/code/html2/index.html +++ b/swagger/sdrangel/code/html2/index.html @@ -3426,6 +3426,10 @@ margin-bottom: 20px; "items" : { "type" : "string" } + }, + "decoding" : { + "type" : "integer", + "description" : "Boolean - decoding status\n * 0 - no deconding\n * 1 - decoding\n" } }, "description" : "ChirpChatDemod" @@ -3495,6 +3499,10 @@ margin-bottom: 20px; "type" : "integer", "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" : { "type" : "string", "description" : "UDP destination udpAddress" @@ -3556,6 +3564,10 @@ margin-bottom: 20px; "type" : "number", "format" : "float", "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" @@ -51375,7 +51387,7 @@ except ApiException as e:
- Generated 2021-11-23T13:18:02.821+01:00 + Generated 2021-11-24T06:35:35.789+01:00