fix: stop treating rainfall total as current rain

This commit is contained in:
zv
2026-06-02 15:10:37 +02:00
parent ce2e1176fa
commit 352287bc38
8 changed files with 11 additions and 39 deletions

View File

@@ -115,4 +115,4 @@ export interface WeatherWarning {
office: string | null;
}
export type WeatherMood = "warm" | "cloudy" | "rain" | "wind" | "cold" | "night" | "mild";
export type WeatherMood = "warm" | "cloudy" | "wind" | "cold" | "night" | "mild";