summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-01-02 09:49:58 +0000
committerNick White <git@njw.name>2021-01-02 09:49:58 +0000
commite9397149ede17f7537296c52445bc7856f8cc987 (patch)
treee584dfb33398834f148e7af533d752fd50466ff1 /main.go
parent02720f60f28cc422f219b7904c201a2700891959 (diff)
downloadweather-e9397149ede17f7537296c52445bc7856f8cc987.tar.bz2
weather-e9397149ede17f7537296c52445bc7856f8cc987.zip
Add extra weather types
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index b93f141..29af82e 100644
--- a/main.go
+++ b/main.go
@@ -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",
}