Swap owm cloud icons

This commit is contained in:
MM20
2025-10-10 15:08:55 +02:00
parent 8978e66e93
commit e0d792328b
2 changed files with 4 additions and 4 deletions

View File

@@ -132,8 +132,8 @@ class BreezyWeatherProvider(
771, 781, in 900..902, in 958..962 -> WeatherIcon.Storm 771, 781, in 900..902, in 958..962 -> WeatherIcon.Storm
800 -> WeatherIcon.Clear 800 -> WeatherIcon.Clear
801 -> WeatherIcon.PartlyCloudy 801 -> WeatherIcon.PartlyCloudy
802 -> WeatherIcon.MostlyCloudy 802 -> WeatherIcon.BrokenClouds
803 -> WeatherIcon.BrokenClouds 803 -> WeatherIcon.MostlyCloudy
804, 951 -> WeatherIcon.Cloudy 804, 951 -> WeatherIcon.Cloudy
903 -> WeatherIcon.Cold 903 -> WeatherIcon.Cold
904 -> WeatherIcon.Hot 904 -> WeatherIcon.Hot

View File

@@ -175,8 +175,8 @@ internal class OpenWeatherMapProvider(
771, 781, in 900..902, in 958..962 -> Forecast.STORM 771, 781, in 900..902, in 958..962 -> Forecast.STORM
800 -> Forecast.CLEAR 800 -> Forecast.CLEAR
801 -> Forecast.PARTLY_CLOUDY 801 -> Forecast.PARTLY_CLOUDY
802 -> Forecast.MOSTLY_CLOUDY 802 -> Forecast.BROKEN_CLOUDS
803 -> Forecast.BROKEN_CLOUDS 803 -> Forecast.MOSTLY_CLOUDY
804, 951 -> Forecast.CLOUDY 804, 951 -> Forecast.CLOUDY
903 -> Forecast.COLD 903 -> Forecast.COLD
904 -> Forecast.HOT 904 -> Forecast.HOT