summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2018-04-26 10:09:23 +0100
committerNick White <git@njw.name>2018-04-26 10:09:23 +0100
commitf1d8577d556a48a04725f4a4068d904473404062 (patch)
tree6dcb06af905b87bd520fba26cad8a3d3b19b19ce
parent155b169a8e872c83f5b6b85b587a9c0ac898332a (diff)
downloadweather-f1d8577d556a48a04725f4a4068d904473404062.tar.bz2
weather-f1d8577d556a48a04725f4a4068d904473404062.zip
Add another weather description
-rw-r--r--weather.go1
1 files changed, 1 insertions, 0 deletions
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