1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-06-11 07:27:07 +02:00

Update list-weather.ps1

This commit is contained in:
Markus Fleschutz 2023-01-23 09:33:52 +01:00
parent 784355e13a
commit f69519c603

@ -45,6 +45,7 @@ function GetDescription { param([string]$Text)
"Patchy light drizzle" { return "💧 patchy light drizzle" }
"Patchy light rain" { return "💧 patchy light rain" }
"Patchy light snow" { return "❄️ patchy light snow" }
"Patchy moderate snow" { return "❄️ patchy moderate snow" }
"Patchy rain possible" { return "💧 patchy rain possible" }
"Sunny" { return "☀️ sunny" }
"Thundery outbreaks possible" { return "thundery outbreaks possible" }