From f69519c603aa14bf1c59ecc76f4b55f97e1dfe76 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 23 Jan 2023 09:33:52 +0100 Subject: [PATCH] Update list-weather.ps1 --- Scripts/list-weather.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/list-weather.ps1 b/Scripts/list-weather.ps1 index 16335e50..6285f7be 100755 --- a/Scripts/list-weather.ps1 +++ b/Scripts/list-weather.ps1 @@ -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" }