summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weather.go4
1 files changed, 4 insertions, 0 deletions
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