fix: select current IMGW Hybrid records

This commit is contained in:
zv
2026-06-02 18:17:47 +02:00
parent e832d4e63b
commit ad4248efdf
7 changed files with 23 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ export interface RawImgwHybridWeatherResponse {
}
export type CurrentWeatherCondition = "rain" | "snow" | "thunderstorm" | null;
export type ImgwCurrentWeatherCoverage = "full" | "precipitation-only";
export type ImgwCurrentWeatherCoverage = "full" | "hourly" | "precipitation-only";
export interface ImgwCurrentWeather {
coverage: ImgwCurrentWeatherCoverage;