mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-31 03:06:23 +02:00
Update list-weather.ps1
This commit is contained in:
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" }
|
||||
|
Loading…
Reference in New Issue
Block a user