- Generated 2023-03-19T05:47:36.689+01:00
+ Generated 2023-03-23T18:22:37.731+01:00
diff --git a/sdrbase/resources/webapi/doc/swagger/include/AaroniaRTSA.yaml b/sdrbase/resources/webapi/doc/swagger/include/AaroniaRTSA.yaml
index 400333b8f..ff2348258 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/AaroniaRTSA.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/AaroniaRTSA.yaml
@@ -2,8 +2,12 @@ AaroniaRTSASettings:
description: AaroniaRTSA
properties:
centerFrequency:
+ description: Sets the center frequency (Hz) of the distant IQ demodulator
type: integer
format: int64
+ sampleRate:
+ description: Sets the sample rate (S/s) and span (Hz) of the distant IQ demodulator
+ type: integer
serverAddress:
description: Distant AaroniaRTSA instance URL or IPv4 address with port
type: string
diff --git a/swagger/sdrangel/api/swagger/include/AaroniaRTSA.yaml b/swagger/sdrangel/api/swagger/include/AaroniaRTSA.yaml
index 400333b8f..ff2348258 100644
--- a/swagger/sdrangel/api/swagger/include/AaroniaRTSA.yaml
+++ b/swagger/sdrangel/api/swagger/include/AaroniaRTSA.yaml
@@ -2,8 +2,12 @@ AaroniaRTSASettings:
description: AaroniaRTSA
properties:
centerFrequency:
+ description: Sets the center frequency (Hz) of the distant IQ demodulator
type: integer
format: int64
+ sampleRate:
+ description: Sets the sample rate (S/s) and span (Hz) of the distant IQ demodulator
+ type: integer
serverAddress:
description: Distant AaroniaRTSA instance URL or IPv4 address with port
type: string
diff --git a/swagger/sdrangel/code/html2/index.html b/swagger/sdrangel/code/html2/index.html
index ae485a2b6..1ba852b64 100644
--- a/swagger/sdrangel/code/html2/index.html
+++ b/swagger/sdrangel/code/html2/index.html
@@ -2111,7 +2111,12 @@ margin-bottom: 20px;
"properties" : {
"centerFrequency" : {
"type" : "integer",
- "format" : "int64"
+ "format" : "int64",
+ "description" : "Sets the center frequency (Hz) of the distant IQ demodulator"
+ },
+ "sampleRate" : {
+ "type" : "integer",
+ "description" : "Sets the sample rate (S/s) and span (Hz) of the distant IQ demodulator"
},
"serverAddress" : {
"type" : "string",
@@ -57301,7 +57306,7 @@ except ApiException as e: