diff options
Diffstat (limited to 'weather.go')
-rw-r--r-- | weather.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", } |