diff options
author | Nick White <git@njw.name> | 2021-01-02 09:49:58 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-01-02 09:49:58 +0000 |
commit | e9397149ede17f7537296c52445bc7856f8cc987 (patch) | |
tree | e584dfb33398834f148e7af533d752fd50466ff1 | |
parent | 02720f60f28cc422f219b7904c201a2700891959 (diff) | |
download | weather-e9397149ede17f7537296c52445bc7856f8cc987.tar.bz2 weather-e9397149ede17f7537296c52445bc7856f8cc987.zip |
Add extra weather types
-rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -126,6 +126,9 @@ var TypeDescription = map[int]string{ 18: "Sleet", 19: "Hail Showers", 20: "Hail Showers", + 22: "Light Snow Showers", + 23: "Light Snow Showers", + 26: "Heavy Snow Showers", 28: "Thundery Showers", 29: "Thundery Showers", } |