Wetterdienst: Erweitert

This commit is contained in:
2026-08-23 21:45:25 +02:00
parent e76884a58e
commit 83a430f8ee
6 changed files with 60 additions and 7 deletions
+4
View File
@@ -42,6 +42,10 @@ public sealed class WeatherForecastHour
public double? WindSpeedKmh { get; set; }
public double? WindGustKmh { get; set; }
public double? PrecipitationMm { get; set; }
/// <summary>Stündliche MOSMIX-Wahrscheinlichkeit für mehr als 0,1 mm Niederschlag.</summary>
public double? PrecipitationProbabilityPercent { get; set; }
/// <summary>MOSMIX-Sonnenscheindauer der letzten Stunde, in Minuten.</summary>
public double? SunshineDurationMinutes { get; set; }
public double? CloudCoverPercent { get; set; }
public int? WeatherCode { get; set; }
}