mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 07:51:14 -05:00
Fix spelling in *.yaml files (and in *.html)
This commit is contained in:
parent
fe19d9ee4d
commit
0b87063e13
@ -30750,7 +30750,7 @@ except ApiException as e:
|
|||||||
<div class="pull-right"></div>
|
<div class="pull-right"></div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<p></p>
|
<p></p>
|
||||||
<p class="marked">Apply main spectrun settings differentially (no force)</p>
|
<p class="marked">Apply main spectrum settings differentially (no force)</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<br />
|
<br />
|
||||||
<pre class="prettyprint language-html prettyprinted" data-type="patch"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
<pre class="prettyprint language-html prettyprinted" data-type="patch"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
||||||
@ -31220,7 +31220,7 @@ $(document).ready(function() {
|
|||||||
<div class="pull-right"></div>
|
<div class="pull-right"></div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<p></p>
|
<p></p>
|
||||||
<p class="marked">Apply main spectrun settings unconditionnaly (force)</p>
|
<p class="marked">Apply main spectrum settings unconditionnaly (force)</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<br />
|
<br />
|
||||||
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
||||||
|
@ -58,7 +58,7 @@ MapItem:
|
|||||||
type: integer
|
type: integer
|
||||||
default: 0
|
default: 0
|
||||||
text:
|
text:
|
||||||
descrption: "Text to draw on the map when item is selected"
|
description: "Text to draw on the map when item is selected"
|
||||||
type: string
|
type: string
|
||||||
latitude:
|
latitude:
|
||||||
description: "Latitude in decimal degrees, positive to the North"
|
description: "Latitude in decimal degrees, positive to the North"
|
||||||
@ -113,7 +113,7 @@ MapItem:
|
|||||||
description: "Label for the model"
|
description: "Label for the model"
|
||||||
type: string
|
type: string
|
||||||
labelAltitudeOffset:
|
labelAltitudeOffset:
|
||||||
description: "Veritical offset to position label at"
|
description: "Vertical offset to position label at"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
modelAltitudeOffset:
|
modelAltitudeOffset:
|
||||||
|
@ -53,7 +53,7 @@ StarTrackerSettings:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
temperature:
|
temperature:
|
||||||
description: "Air temperature in Celsuis, for refraction"
|
description: "Air temperature in Celsius, for refraction"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
humidity:
|
humidity:
|
||||||
@ -73,7 +73,7 @@ StarTrackerSettings:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
stellariumServerEnabled:
|
stellariumServerEnabled:
|
||||||
descrption: "Enable Stellarium server (1 for yes, 0 for no)"
|
description: "Enable Stellarium server (1 for yes, 0 for no)"
|
||||||
type: integer
|
type: integer
|
||||||
stellariumPort:
|
stellariumPort:
|
||||||
description: "IP port number for Stellarium server to listen on (Default is 10001)."
|
description: "IP port number for Stellarium server to listen on (Default is 10001)."
|
||||||
@ -116,14 +116,14 @@ StarTrackerTarget:
|
|||||||
description: "Star Tracker target. Sent to startracker.target message queue for other plugins to use."
|
description: "Star Tracker target. Sent to startracker.target message queue for other plugins to use."
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
descrption: "The name of the target"
|
description: "The name of the target"
|
||||||
type: string
|
type: string
|
||||||
azimuth:
|
azimuth:
|
||||||
descrption: "The azimuth angle in degrees to the target"
|
description: "The azimuth angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
elevation:
|
elevation:
|
||||||
descrption: "The elevation angle in degrees to the target"
|
description: "The elevation angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
ra:
|
ra:
|
||||||
@ -135,11 +135,11 @@ StarTrackerTarget:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
b:
|
b:
|
||||||
descrption: "Galactic latitude in degrees"
|
description: "Galactic latitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
l:
|
l:
|
||||||
descrption: "Galactic longitude in degrees"
|
description: "Galactic longitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
earthRotationVelocity:
|
earthRotationVelocity:
|
||||||
@ -178,11 +178,11 @@ StarTrackerDisplaySettings:
|
|||||||
description: "Date and time of observation. ISO 8601 extended format: yyyy-MM-ddTHH:mm:ss with Z suffix for UTC. Empty string for current time."
|
description: "Date and time of observation. ISO 8601 extended format: yyyy-MM-ddTHH:mm:ss with Z suffix for UTC. Empty string for current time."
|
||||||
type: string
|
type: string
|
||||||
azimuth:
|
azimuth:
|
||||||
descrption: "The azimuth angle in degrees to the target"
|
description: "The azimuth angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
elevation:
|
elevation:
|
||||||
descrption: "The elevation angle in degrees to the target"
|
description: "The elevation angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
||||||
@ -192,15 +192,15 @@ StarTrackerDisplayLoSSettings:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
b:
|
b:
|
||||||
descrption: "Galactic latitude in degrees"
|
description: "Galactic latitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
l:
|
l:
|
||||||
descrption: "Galactic longitude in degrees"
|
description: "Galactic longitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
d:
|
d:
|
||||||
descrption: "Distance to object from Sun in kpc"
|
description: "Distance to object from Sun in kpc"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
||||||
|
@ -219,7 +219,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
put:
|
put:
|
||||||
description: Change logging parmeters for this instance
|
description: Change logging parameters for this instance
|
||||||
operationId: instanceLoggingPut
|
operationId: instanceLoggingPut
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -266,7 +266,7 @@ paths:
|
|||||||
/sdrangel/audio/input/parameters:
|
/sdrangel/audio/input/parameters:
|
||||||
x-swagger-router-controller: instance
|
x-swagger-router-controller: instance
|
||||||
patch:
|
patch:
|
||||||
description: Set audio input device paramaters
|
description: Set audio input device parameters
|
||||||
operationId: instanceAudioInputPatch
|
operationId: instanceAudioInputPatch
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -293,7 +293,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
delete:
|
delete:
|
||||||
description: Delete audio input device paramaters and return to defaults
|
description: Delete audio input device parameters and return to defaults
|
||||||
operationId: instanceAudioInputDelete
|
operationId: instanceAudioInputDelete
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -368,7 +368,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
delete:
|
delete:
|
||||||
description: Delete audio output device paramaters and return to defaults
|
description: Delete audio output device parameters and return to defaults
|
||||||
operationId: instanceAudioOutputDelete
|
operationId: instanceAudioOutputDelete
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -1192,7 +1192,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
put:
|
put:
|
||||||
description: Apply main spectrun settings unconditionnaly (force)
|
description: Apply main spectrum settings unconditionally (force)
|
||||||
operationId: devicesetSpectrumSettingsPut
|
operationId: devicesetSpectrumSettingsPut
|
||||||
tags:
|
tags:
|
||||||
- DeviceSet
|
- DeviceSet
|
||||||
@ -1222,7 +1222,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
patch:
|
patch:
|
||||||
description: Apply main spectrun settings differentially (no force)
|
description: Apply main spectrum settings differentially (no force)
|
||||||
operationId: devicesetSpectrumSettingsPatch
|
operationId: devicesetSpectrumSettingsPatch
|
||||||
tags:
|
tags:
|
||||||
- DeviceSet
|
- DeviceSet
|
||||||
@ -1415,7 +1415,7 @@ paths:
|
|||||||
$ref: "#/definitions/DeviceListItem"
|
$ref: "#/definitions/DeviceListItem"
|
||||||
responses:
|
responses:
|
||||||
"202":
|
"202":
|
||||||
description: On successful semding of the message it returns the details of the device being set
|
description: On successful sending of the message it returns the details of the device being set
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/definitions/DeviceListItem"
|
$ref: "#/definitions/DeviceListItem"
|
||||||
"400":
|
"400":
|
||||||
@ -3268,14 +3268,14 @@ definitions:
|
|||||||
description: "A target azimuth and elevation"
|
description: "A target azimuth and elevation"
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
descrption: "The name of the target"
|
description: "The name of the target"
|
||||||
type: string
|
type: string
|
||||||
azimuth:
|
azimuth:
|
||||||
descrption: "The azimuth angle in degrees to the target"
|
description: "The azimuth angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
elevation:
|
elevation:
|
||||||
descrption: "The elevation angle in degrees to the target"
|
description: "The elevation angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ LocalSinkSettings:
|
|||||||
type: integer
|
type: integer
|
||||||
description: >
|
description: >
|
||||||
Activate FFT multiband filter
|
Activate FFT multiband filter
|
||||||
* 0 - do not run flter
|
* 0 - do not run filter
|
||||||
* 1 - run filter
|
* 1 - run filter
|
||||||
log2FFT:
|
log2FFT:
|
||||||
description: log2 of FFT size.
|
description: log2 of FFT size.
|
||||||
@ -55,7 +55,7 @@ LocalSinkSettings:
|
|||||||
$ref: "http://swgserver:8081/api/swagger/include/LocalSink.yaml#/FFTBand"
|
$ref: "http://swgserver:8081/api/swagger/include/LocalSink.yaml#/FFTBand"
|
||||||
reverseFilter:
|
reverseFilter:
|
||||||
type: integer
|
type: integer
|
||||||
descrption: >
|
description: >
|
||||||
* 0 - band definitions are bandpass
|
* 0 - band definitions are bandpass
|
||||||
* 1 - band definitions are band reject
|
* 1 - band definitions are band reject
|
||||||
streamIndex:
|
streamIndex:
|
||||||
@ -88,4 +88,4 @@ FFTBand:
|
|||||||
bandwidth:
|
bandwidth:
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
desctiption: bandwidth ratio [0.0, 1.0]
|
description: bandwidth ratio [0.0, 1.0]
|
||||||
|
@ -58,7 +58,7 @@ MapItem:
|
|||||||
type: integer
|
type: integer
|
||||||
default: 0
|
default: 0
|
||||||
text:
|
text:
|
||||||
descrption: "Text to draw on the map when item is selected"
|
description: "Text to draw on the map when item is selected"
|
||||||
type: string
|
type: string
|
||||||
latitude:
|
latitude:
|
||||||
description: "Latitude in decimal degrees, positive to the North"
|
description: "Latitude in decimal degrees, positive to the North"
|
||||||
@ -113,7 +113,7 @@ MapItem:
|
|||||||
description: "Label for the model"
|
description: "Label for the model"
|
||||||
type: string
|
type: string
|
||||||
labelAltitudeOffset:
|
labelAltitudeOffset:
|
||||||
description: "Veritical offset to position label at"
|
description: "Vertical offset to position label at"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
modelAltitudeOffset:
|
modelAltitudeOffset:
|
||||||
|
@ -53,7 +53,7 @@ StarTrackerSettings:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
temperature:
|
temperature:
|
||||||
description: "Air temperature in Celsuis, for refraction"
|
description: "Air temperature in Celsius, for refraction"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
humidity:
|
humidity:
|
||||||
@ -73,7 +73,7 @@ StarTrackerSettings:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
stellariumServerEnabled:
|
stellariumServerEnabled:
|
||||||
descrption: "Enable Stellarium server (1 for yes, 0 for no)"
|
description: "Enable Stellarium server (1 for yes, 0 for no)"
|
||||||
type: integer
|
type: integer
|
||||||
stellariumPort:
|
stellariumPort:
|
||||||
description: "IP port number for Stellarium server to listen on (Default is 10001)."
|
description: "IP port number for Stellarium server to listen on (Default is 10001)."
|
||||||
@ -116,14 +116,14 @@ StarTrackerTarget:
|
|||||||
description: "Star Tracker target. Sent to startracker.target message queue for other plugins to use."
|
description: "Star Tracker target. Sent to startracker.target message queue for other plugins to use."
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
descrption: "The name of the target"
|
description: "The name of the target"
|
||||||
type: string
|
type: string
|
||||||
azimuth:
|
azimuth:
|
||||||
descrption: "The azimuth angle in degrees to the target"
|
description: "The azimuth angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
elevation:
|
elevation:
|
||||||
descrption: "The elevation angle in degrees to the target"
|
description: "The elevation angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
ra:
|
ra:
|
||||||
@ -135,11 +135,11 @@ StarTrackerTarget:
|
|||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
b:
|
b:
|
||||||
descrption: "Galactic latitude in degrees"
|
description: "Galactic latitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
l:
|
l:
|
||||||
descrption: "Galactic longitude in degrees"
|
description: "Galactic longitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
earthRotationVelocity:
|
earthRotationVelocity:
|
||||||
@ -178,11 +178,11 @@ StarTrackerDisplaySettings:
|
|||||||
description: "Date and time of observation. ISO 8601 extended format: yyyy-MM-ddTHH:mm:ss with Z suffix for UTC. Empty string for current time."
|
description: "Date and time of observation. ISO 8601 extended format: yyyy-MM-ddTHH:mm:ss with Z suffix for UTC. Empty string for current time."
|
||||||
type: string
|
type: string
|
||||||
azimuth:
|
azimuth:
|
||||||
descrption: "The azimuth angle in degrees to the target"
|
description: "The azimuth angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
elevation:
|
elevation:
|
||||||
descrption: "The elevation angle in degrees to the target"
|
description: "The elevation angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
||||||
@ -192,15 +192,15 @@ StarTrackerDisplayLoSSettings:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
b:
|
b:
|
||||||
descrption: "Galactic latitude in degrees"
|
description: "Galactic latitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
l:
|
l:
|
||||||
descrption: "Galactic longitude in degrees"
|
description: "Galactic longitude in degrees"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
d:
|
d:
|
||||||
descrption: "Distance to object from Sun in kpc"
|
description: "Distance to object from Sun in kpc"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
||||||
|
@ -219,7 +219,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
put:
|
put:
|
||||||
description: Change logging parmeters for this instance
|
description: Change logging parameters for this instance
|
||||||
operationId: instanceLoggingPut
|
operationId: instanceLoggingPut
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -266,7 +266,7 @@ paths:
|
|||||||
/sdrangel/audio/input/parameters:
|
/sdrangel/audio/input/parameters:
|
||||||
x-swagger-router-controller: instance
|
x-swagger-router-controller: instance
|
||||||
patch:
|
patch:
|
||||||
description: Set audio input device paramaters
|
description: Set audio input device parameters
|
||||||
operationId: instanceAudioInputPatch
|
operationId: instanceAudioInputPatch
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -293,7 +293,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
delete:
|
delete:
|
||||||
description: Delete audio input device paramaters and return to defaults
|
description: Delete audio input device parameters and return to defaults
|
||||||
operationId: instanceAudioInputDelete
|
operationId: instanceAudioInputDelete
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -368,7 +368,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
delete:
|
delete:
|
||||||
description: Delete audio output device paramaters and return to defaults
|
description: Delete audio output device parameters and return to defaults
|
||||||
operationId: instanceAudioOutputDelete
|
operationId: instanceAudioOutputDelete
|
||||||
tags:
|
tags:
|
||||||
- Instance
|
- Instance
|
||||||
@ -1192,7 +1192,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
put:
|
put:
|
||||||
description: Apply main spectrun settings unconditionnaly (force)
|
description: Apply main spectrum settings unconditionally (force)
|
||||||
operationId: devicesetSpectrumSettingsPut
|
operationId: devicesetSpectrumSettingsPut
|
||||||
tags:
|
tags:
|
||||||
- DeviceSet
|
- DeviceSet
|
||||||
@ -1222,7 +1222,7 @@ paths:
|
|||||||
"501":
|
"501":
|
||||||
$ref: "#/responses/Response_501"
|
$ref: "#/responses/Response_501"
|
||||||
patch:
|
patch:
|
||||||
description: Apply main spectrun settings differentially (no force)
|
description: Apply main spectrum settings differentially (no force)
|
||||||
operationId: devicesetSpectrumSettingsPatch
|
operationId: devicesetSpectrumSettingsPatch
|
||||||
tags:
|
tags:
|
||||||
- DeviceSet
|
- DeviceSet
|
||||||
@ -1415,7 +1415,7 @@ paths:
|
|||||||
$ref: "#/definitions/DeviceListItem"
|
$ref: "#/definitions/DeviceListItem"
|
||||||
responses:
|
responses:
|
||||||
"202":
|
"202":
|
||||||
description: On successful semding of the message it returns the details of the device being set
|
description: On successful sending of the message it returns the details of the device being set
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/definitions/DeviceListItem"
|
$ref: "#/definitions/DeviceListItem"
|
||||||
"400":
|
"400":
|
||||||
@ -3268,14 +3268,14 @@ definitions:
|
|||||||
description: "A target azimuth and elevation"
|
description: "A target azimuth and elevation"
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
descrption: "The name of the target"
|
description: "The name of the target"
|
||||||
type: string
|
type: string
|
||||||
azimuth:
|
azimuth:
|
||||||
descrption: "The azimuth angle in degrees to the target"
|
description: "The azimuth angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
elevation:
|
elevation:
|
||||||
descrption: "The elevation angle in degrees to the target"
|
description: "The elevation angle in degrees to the target"
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
|
||||||
|
@ -30750,7 +30750,7 @@ except ApiException as e:
|
|||||||
<div class="pull-right"></div>
|
<div class="pull-right"></div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<p></p>
|
<p></p>
|
||||||
<p class="marked">Apply main spectrun settings differentially (no force)</p>
|
<p class="marked">Apply main spectrum settings differentially (no force)</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<br />
|
<br />
|
||||||
<pre class="prettyprint language-html prettyprinted" data-type="patch"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
<pre class="prettyprint language-html prettyprinted" data-type="patch"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
||||||
@ -31220,7 +31220,7 @@ $(document).ready(function() {
|
|||||||
<div class="pull-right"></div>
|
<div class="pull-right"></div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<p></p>
|
<p></p>
|
||||||
<p class="marked">Apply main spectrun settings unconditionnaly (force)</p>
|
<p class="marked">Apply main spectrum settings unconditionnaly (force)</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<br />
|
<br />
|
||||||
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user