mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Set up status and start working on filters panel #7
This commit is contained in:
@@ -430,8 +430,8 @@ components:
|
||||
- NONE
|
||||
freq:
|
||||
type: number
|
||||
description: Frequency, in kHz
|
||||
example: 7150.5
|
||||
description: Frequency, in Hz
|
||||
example: 7150500
|
||||
band:
|
||||
type: string
|
||||
description: Band, defined by the frequency.
|
||||
@@ -579,12 +579,12 @@ components:
|
||||
example: 40m
|
||||
start_freq:
|
||||
type: int
|
||||
description: The start frequency of this band, in kHz.
|
||||
example: 7000
|
||||
description: The start frequency of this band, in Hz.
|
||||
example: 7000000
|
||||
end_freq:
|
||||
type: int
|
||||
description: The end frequency of this band, in kHz.
|
||||
example: 7200
|
||||
description: The end frequency of this band, in Hz.
|
||||
example: 7200000
|
||||
color:
|
||||
type: string
|
||||
description: The color associated with this mode, as used on PSK Reporter.
|
||||
|
||||
Reference in New Issue
Block a user