From 155b169a8e872c83f5b6b85b587a9c0ac898332a Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 24 Apr 2018 11:36:39 +0100 Subject: Add more weather types --- weather.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weather.go b/weather.go index 741fd9d..92821ce 100644 --- a/weather.go +++ b/weather.go @@ -109,6 +109,8 @@ var TypeDescription = map[int]string{ 7: "Light Cloud", 8: "Thick Cloud", 9: "Light Rain Showers", + 10: "Light Rain Showers", + 11: "Drizzle", 12: "Light Rain", } -- cgit v1.2.3