mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-15 19:21:04 +01:00
Update list-weather.ps1
This commit is contained in:
parent
9670dd706e
commit
22c3068d1d
@ -21,6 +21,7 @@ function GetDescription { param([string]$Text)
|
||||
"Clear" { return "🌙 clear" }
|
||||
"Cloudy" { return "☁️ cloudy" }
|
||||
"Fog" { return "🌫 fog" }
|
||||
"Freezing fog" { return "🌫 freezing fog" }
|
||||
"Heavy snow" { return "❄️ heavy snow ⚠️" }
|
||||
"Light drizzle" { return "💧 light drizzle" }
|
||||
"Light rain" { return "💧 light rain" }
|
||||
|
Loading…
Reference in New Issue
Block a user