diff --git a/sdrbase/resources/webapi/doc/html2/index.html b/sdrbase/resources/webapi/doc/html2/index.html index 1161844fd..2dfe30f5e 100644 --- a/sdrbase/resources/webapi/doc/html2/index.html +++ b/sdrbase/resources/webapi/doc/html2/index.html @@ -5530,6 +5530,7 @@ margin-bottom: 20px; "description" : "List of DV serial devices available in the system" }; defs.DemodAnalyzerActions = { + "required" : [ "channelId", "deviceId" ], "properties" : { "deviceId" : { "type" : "integer", @@ -10587,6 +10588,7 @@ margin-bottom: 20px; "description" : "MetisMISOSettings" }; defs.MorseDecoderActions = { + "required" : [ "channelId", "deviceId" ], "properties" : { "deviceId" : { "type" : "integer", @@ -13257,10 +13259,12 @@ margin-bottom: 20px; "type" : "integer" }, "deviceIndex" : { - "type" : "integer" + "type" : "integer", + "description" : "remote SDRangel instance deviceset index" }, "channelIndex" : { - "type" : "integer" + "type" : "integer", + "description" : "remote SDRangel instance channel index" }, "useReverseAPI" : { "type" : "integer", @@ -17230,7 +17234,8 @@ margin-bottom: 20px; }, "nbLeadTime" : { "type" : "number", - "format" : "float" + "format" : "float", + "description" : "Advance time (s)" }, "nbLagTime" : { "type" : "number", @@ -59472,7 +59477,7 @@ except ApiException as e:
- Generated 2025-05-03T17:59:40.379+02:00 + Generated 2025-05-29T12:27:25.321+02:00
diff --git a/sdrbase/resources/webapi/doc/swagger/include/DemodAnalyzer.yaml b/sdrbase/resources/webapi/doc/swagger/include/DemodAnalyzer.yaml index 7680007fd..c0399bc7f 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/DemodAnalyzer.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/DemodAnalyzer.yaml @@ -42,12 +42,13 @@ DemodAnalyzerSettings: DemodAnalyzerActions: description: "Demod Analyzer actions" + required: + - deviceId + - channelId properties: deviceId: type: integer - required: true description: "Device Id/Number that channel belongs to" channelId: type: integer - required: true description: "Channel Id/Number of the channel within the device" diff --git a/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml b/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml index e0ddbe609..2354110cb 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml @@ -59,12 +59,13 @@ MorseDecoderSettings: MorseDecoderActions: description: "Morse Decoder actions" + required: + - deviceId + - channelId properties: deviceId: type: integer - required: true description: "Device Id/Number that channel belongs to" channelId: type: integer - required: true description: "Channel Id/Number of the channel within the device" diff --git a/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml b/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml index 2f9a95804..9fdd76ccb 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/RemoteOutput.yaml @@ -19,10 +19,10 @@ RemoteOutputSettings: dataPort: type: integer deviceIndex: - device: remote SDRangel instance deviceset index + description: remote SDRangel instance deviceset index type: integer channelIndex: - device: remote SDRangel instance channel index + description: remote SDRangel instance channel index type: integer useReverseAPI: description: Synchronize with reverse API (1 for yes, 0 for no) diff --git a/sdrbase/resources/webapi/doc/swagger/include/WDSPRx.yaml b/sdrbase/resources/webapi/doc/swagger/include/WDSPRx.yaml index e14629fb7..25a758c2e 100644 --- a/sdrbase/resources/webapi/doc/swagger/include/WDSPRx.yaml +++ b/sdrbase/resources/webapi/doc/swagger/include/WDSPRx.yaml @@ -76,7 +76,7 @@ WDSPRxSettings: nbLeadTime: type: number format: float - descriuption: Advance time (s) + description: Advance time (s) nbLagTime: type: number format: float diff --git a/sdrbase/resources/webapi/doc/swagger/swagger.yaml b/sdrbase/resources/webapi/doc/swagger/swagger.yaml index 3c50a474d..e1c049d43 100644 --- a/sdrbase/resources/webapi/doc/swagger/swagger.yaml +++ b/sdrbase/resources/webapi/doc/swagger/swagger.yaml @@ -2973,7 +2973,6 @@ definitions: FeatureSet: description: "Grouping of features" required: - - index - featurecount properties: featurecount: @@ -3018,7 +3017,6 @@ definitions: required: - index - hwType - - streamIndex - sequence - serial - centerFrequency @@ -3422,7 +3420,6 @@ definitions: description: "Group of configuration" required: - groupName - - nbPresets properties: groupName: description: "Name of the configuration group" @@ -3530,4 +3527,3 @@ responses: description: Function not implemented schema: $ref: "#/definitions/ErrorResponse" - diff --git a/swagger/sdrangel/api/swagger/include/DemodAnalyzer.yaml b/swagger/sdrangel/api/swagger/include/DemodAnalyzer.yaml index 68b1e9911..f18530ad0 100644 --- a/swagger/sdrangel/api/swagger/include/DemodAnalyzer.yaml +++ b/swagger/sdrangel/api/swagger/include/DemodAnalyzer.yaml @@ -42,12 +42,13 @@ DemodAnalyzerSettings: DemodAnalyzerActions: description: "Demod Analyzer actions" + required: + - deviceId + - channelId properties: deviceId: type: integer - required: true description: "Device Id/Number that channel belongs to" channelId: type: integer - required: true description: "Channel Id/Number of the channel within the device" diff --git a/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml b/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml index abacc57cd..4859b1371 100644 --- a/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml +++ b/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml @@ -59,12 +59,13 @@ MorseDecoderSettings: MorseDecoderActions: description: "Morse Decoder actions" + required: + - deviceId + - channelId properties: deviceId: type: integer - required: true description: "Device Id/Number that channel belongs to" channelId: type: integer - required: true description: "Channel Id/Number of the channel within the device" diff --git a/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml b/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml index 2f9a95804..9fdd76ccb 100644 --- a/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml +++ b/swagger/sdrangel/api/swagger/include/RemoteOutput.yaml @@ -19,10 +19,10 @@ RemoteOutputSettings: dataPort: type: integer deviceIndex: - device: remote SDRangel instance deviceset index + description: remote SDRangel instance deviceset index type: integer channelIndex: - device: remote SDRangel instance channel index + description: remote SDRangel instance channel index type: integer useReverseAPI: description: Synchronize with reverse API (1 for yes, 0 for no) diff --git a/swagger/sdrangel/api/swagger/include/WDSPRx.yaml b/swagger/sdrangel/api/swagger/include/WDSPRx.yaml index ebafad988..21a72ccc6 100644 --- a/swagger/sdrangel/api/swagger/include/WDSPRx.yaml +++ b/swagger/sdrangel/api/swagger/include/WDSPRx.yaml @@ -76,7 +76,7 @@ WDSPRxSettings: nbLeadTime: type: number format: float - descriuption: Advance time (s) + description: Advance time (s) nbLagTime: type: number format: float diff --git a/swagger/sdrangel/api/swagger/swagger.yaml b/swagger/sdrangel/api/swagger/swagger.yaml index c22ee88be..37b56f6f4 100644 --- a/swagger/sdrangel/api/swagger/swagger.yaml +++ b/swagger/sdrangel/api/swagger/swagger.yaml @@ -2973,7 +2973,6 @@ definitions: FeatureSet: description: "Grouping of features" required: - - index - featurecount properties: featurecount: @@ -3018,7 +3017,6 @@ definitions: required: - index - hwType - - streamIndex - sequence - serial - centerFrequency @@ -3422,7 +3420,6 @@ definitions: description: "Group of configuration" required: - groupName - - nbPresets properties: groupName: description: "Name of the configuration group" @@ -3530,4 +3527,3 @@ responses: description: Function not implemented schema: $ref: "#/definitions/ErrorResponse" - diff --git a/swagger/sdrangel/code/html2/index.html b/swagger/sdrangel/code/html2/index.html index 1161844fd..2dfe30f5e 100644 --- a/swagger/sdrangel/code/html2/index.html +++ b/swagger/sdrangel/code/html2/index.html @@ -5530,6 +5530,7 @@ margin-bottom: 20px; "description" : "List of DV serial devices available in the system" }; defs.DemodAnalyzerActions = { + "required" : [ "channelId", "deviceId" ], "properties" : { "deviceId" : { "type" : "integer", @@ -10587,6 +10588,7 @@ margin-bottom: 20px; "description" : "MetisMISOSettings" }; defs.MorseDecoderActions = { + "required" : [ "channelId", "deviceId" ], "properties" : { "deviceId" : { "type" : "integer", @@ -13257,10 +13259,12 @@ margin-bottom: 20px; "type" : "integer" }, "deviceIndex" : { - "type" : "integer" + "type" : "integer", + "description" : "remote SDRangel instance deviceset index" }, "channelIndex" : { - "type" : "integer" + "type" : "integer", + "description" : "remote SDRangel instance channel index" }, "useReverseAPI" : { "type" : "integer", @@ -17230,7 +17234,8 @@ margin-bottom: 20px; }, "nbLeadTime" : { "type" : "number", - "format" : "float" + "format" : "float", + "description" : "Advance time (s)" }, "nbLagTime" : { "type" : "number", @@ -59472,7 +59477,7 @@ except ApiException as e:
- Generated 2025-05-03T17:59:40.379+02:00 + Generated 2025-05-29T12:27:25.321+02:00