diff --git a/sdrbase/resources/webapi/doc/html2/index.html b/sdrbase/resources/webapi/doc/html2/index.html index 39d102b41..b395b8c3d 100644 --- a/sdrbase/resources/webapi/doc/html2/index.html +++ b/sdrbase/resources/webapi/doc/html2/index.html @@ -4711,10 +4711,6 @@ margin-bottom: 20px; "type" : "integer", "description" : "boolean" }, - "invert" : { - "type" : "integer", - "description" : "boolean" - }, "displayGridIntensity" : { "type" : "integer" }, @@ -4745,6 +4741,18 @@ margin-bottom: 20px; "linear" : { "type" : "integer", "description" : "boolean" + }, + "ssb" : { + "type" : "integer", + "description" : "boolean" + }, + "usb" : { + "type" : "integer", + "description" : "boolean" + }, + "wsSpectrumAddress" : { + "type" : "string", + "description" : "IPv4 address of interface the websocket server is listening to" } }, "description" : "GLSpectrumGUI settings" @@ -8614,6 +8622,38 @@ margin-bottom: 20px; } }, "description" : "SoapySDR" +}; + defs.SpectrumServer = { + "properties" : { + "run" : { + "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", + "items" : { + "$ref" : "#/definitions/SpectrumServer_clients" + } + } + }, + "description" : "Spectrum server state" +}; + defs.SpectrumServer_clients = { + "properties" : { + "address" : { + "type" : "string" + }, + "port" : { + "type" : "integer" + } + } }; defs.SuccessResponse = { "required" : [ "message" ], @@ -10011,6 +10051,24 @@ margin-bottom: 20px;
  • devicesetGet
  • +
  • + devicesetSpectrumServerDelete +
  • +
  • + devicesetSpectrumServerGet +
  • +
  • + devicesetSpectrumServerPost +
  • +
  • + devicesetSpectrumSettingsGet +
  • +
  • + devicesetSpectrumSettingsPatch +
  • +
  • + devicesetSpectrumSettingsPut +
  • instanceDeviceSetDelete
  • @@ -10176,9 +10234,9 @@ margin-bottom: 20px;