Update list-weather.ps1

This commit is contained in:
Markus Fleschutz 2022-12-07 08:09:56 +01:00
parent fbb39f4b50
commit 54111881b6

View File

@ -38,6 +38,7 @@ function GetDescription { param([string]$Text)
"Overcast" { return "☁️ overcast" }
"Partly cloudy" { return "partly cloudy" }
"Patchy light rain" { return "💧 patchy light rain" }
"Patchy light snow" { return "❄️ patchy light snow" }
"Patchy rain possible" { return "💧 patchy rain possible" }
"Sunny" { return "☀️ sunny" }
"Thundery outbreaks possible" { return "thundery outbreaks possible" }