From f1d8577d556a48a04725f4a4068d904473404062 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 26 Apr 2018 10:09:23 +0100 Subject: Add another weather description --- weather.go | 1 + 1 file changed, 1 insertion(+) diff --git a/weather.go b/weather.go index 92821ce..21e95f6 100644 --- a/weather.go +++ b/weather.go @@ -112,6 +112,7 @@ var TypeDescription = map[int]string{ 10: "Light Rain Showers", 11: "Drizzle", 12: "Light Rain", + 15: "Heavy Rain", } // Our prefered struct -- cgit v1.2.3