diff options
author | Nick White <git@njw.name> | 2020-12-28 12:21:24 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-12-28 12:21:24 +0000 |
commit | 02720f60f28cc422f219b7904c201a2700891959 (patch) | |
tree | eac99313a6f346c1305503a98ceefd8649bd40bf | |
parent | 3960e17c2222366fb47366f5b5d46d768e2842c0 (diff) | |
download | weather-02720f60f28cc422f219b7904c201a2700891959.tar.bz2 weather-02720f60f28cc422f219b7904c201a2700891959.zip |
Add some sleet weather types
-rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -121,6 +121,8 @@ var TypeDescription = map[int]string{ 12: "Light Rain", 14: "Heavy Rain Showers", 15: "Heavy Rain", + 16: "Sleet Showers", + 17: "Sleet Showers", 18: "Sleet", 19: "Hail Showers", 20: "Hail Showers", |