From e9397149ede17f7537296c52445bc7856f8cc987 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 2 Jan 2021 09:49:58 +0000 Subject: Add extra weather types --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index b93f141..29af82e 100644 --- a/main.go +++ b/main.go @@ -126,6 +126,9 @@ var TypeDescription = map[int]string{ 18: "Sleet", 19: "Hail Showers", 20: "Hail Showers", + 22: "Light Snow Showers", + 23: "Light Snow Showers", + 26: "Heavy Snow Showers", 28: "Thundery Showers", 29: "Thundery Showers", } -- cgit v1.2.3