summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2018-04-24 11:36:39 +0100
committerNick White <git@njw.name>2018-04-24 11:36:39 +0100
commit155b169a8e872c83f5b6b85b587a9c0ac898332a (patch)
treedee6be861f2b0dc635dddebb4075b72424c66fce
parent79caca3370da877dfd1eae977c5a32837a373f17 (diff)
downloadweather-155b169a8e872c83f5b6b85b587a9c0ac898332a.tar.bz2
weather-155b169a8e872c83f5b6b85b587a9c0ac898332a.zip
Add more weather types
-rw-r--r--weather.go2
1 files changed, 2 insertions, 0 deletions
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",
}