mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 05:35:10 +00:00
Add LUF to ionosonde data API & chart
This commit is contained in:
@@ -1726,6 +1726,15 @@ components:
|
||||
example:
|
||||
"1747267201.0": 21.66
|
||||
"1747267501.0": 21.80
|
||||
luf:
|
||||
type: object
|
||||
nullable: true
|
||||
description: Lowest Usable Frequency (LUF, reported as fmin) in MHz, keyed by UNIX timestamp (UTC seconds since epoch) of each measurement. Can be null if there is no data.
|
||||
additionalProperties:
|
||||
type: number
|
||||
example:
|
||||
"1747267201.0": 2.10
|
||||
"1747267501.0": 2.05
|
||||
|
||||
SolarConditionsProviderStatus:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user