diff options
-rw-r--r-- | weather.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |