1
0
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:
srcejon
2024-06-21 09:03:32 +01:00
parent 4837d3aba3
commit 092efb3780
15 changed files with 558 additions and 2 deletions
@@ -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