mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-23 23:29:02 +01:00
Update list-weather.ps1
This commit is contained in:
parent
9fd63dbb30
commit
fcbbf0fd23
@ -58,6 +58,7 @@ function GetDescription([string]$text) {
|
||||
"Patchy rain possible" { return "💧 patchy rain possible" }
|
||||
"Patchy rain nearby" { return "💧 patchy rain nearby" }
|
||||
"Patchy sleet nearby" { return "❄️ patchy sleet nearby" }
|
||||
"Patchy snow nearby" { return "❄️ patchy snow nearby" }
|
||||
"Patchy snow possible" { return "❄️ patchy snow possible" }
|
||||
"Sunny" { return "☀️ sunny" }
|
||||
"Thundery outbreaks possible" { return "⚡️thundery outbreaks possible" }
|
||||
|
Loading…
Reference in New Issue
Block a user