From 4bb3d37a5bf84a25fe4498585c551ba53a18dbf7 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 15 Oct 2018 13:33:19 +0100 Subject: Add weather descriptions --- weather.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weather.go b/weather.go index 21e95f6..a7dd95d 100644 --- a/weather.go +++ b/weather.go @@ -106,6 +106,7 @@ var TypeDescription = map[int]string{ 1: "Sunny", 2: "Partly Cloudy", 3: "Sunny Intervals", + 5: "Mist", 7: "Light Cloud", 8: "Thick Cloud", 9: "Light Rain Showers", @@ -113,6 +114,9 @@ var TypeDescription = map[int]string{ 11: "Drizzle", 12: "Light Rain", 15: "Heavy Rain", + 18: "Sleet", + 28: "Thundery Showers", + 29: "Thundery Showers", } // Our prefered struct -- cgit v1.2.3