mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Update FreqScanner swagger files
This commit is contained in:
@@ -59,6 +59,20 @@ FreqScannerReport:
|
||||
properties:
|
||||
channelSampleRate:
|
||||
type: integer
|
||||
channelState:
|
||||
type: array
|
||||
items:
|
||||
$ref: "/doc/swagger/include/FreqScanner.yaml#/FreqScannerChannelState"
|
||||
|
||||
FreqScannerChannelState:
|
||||
properties:
|
||||
frequency:
|
||||
description: "Channel centre frequency in Hz"
|
||||
type: integer
|
||||
power:
|
||||
description: "Channel power in dB"
|
||||
type: number
|
||||
format: float
|
||||
|
||||
FreqScannerFrequency:
|
||||
properties:
|
||||
@@ -77,3 +91,13 @@ FreqScannerFrequency:
|
||||
type: string
|
||||
squelch:
|
||||
type: string
|
||||
|
||||
FreqScannerActions:
|
||||
description: "Frequency Scanner actions"
|
||||
properties:
|
||||
run:
|
||||
type: integer
|
||||
description: >
|
||||
Set the plugin running state
|
||||
* 0 - idle
|
||||
* 1 - run
|
||||
|
||||
Reference in New Issue
Block a user