Add LUF to ionosonde data API & chart

This commit is contained in:
Ian Renton
2026-05-21 20:09:11 +01:00
parent d655354d05
commit c38be5b588
13 changed files with 67 additions and 39 deletions

View File

@@ -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