mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-28 08:38:38 +01:00
Update list-weather.ps1
This commit is contained in:
parent
fbb39f4b50
commit
54111881b6
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user