From d3ce8ad60c147deca4d8d373c477ddb89b4f53a3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 10 Feb 2020 12:06:54 +0000 Subject: Add Hail Showers type --- weather.go | 1 + 1 file changed, 1 insertion(+) diff --git a/weather.go b/weather.go index 237b707..c421f68 100644 --- a/weather.go +++ b/weather.go @@ -115,6 +115,7 @@ var TypeDescription = map[int]string{ 12: "Light Rain", 15: "Heavy Rain", 18: "Sleet", + 19: "Hail Showers", 28: "Thundery Showers", 29: "Thundery Showers", } -- cgit v1.2.3