diff options
author | Nick White <git@njw.name> | 2020-02-10 16:20:38 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-10 16:20:38 +0000 |
commit | 49903b5a5fcd8413a0ea37c25ed7094223defca0 (patch) | |
tree | 0fc4206b5952f1c7e9f9fcc151070ae1be0b4608 /weather.go | |
parent | add4f53b087613f1cb4178cf9bf94fae96d888a4 (diff) | |
download | weather-49903b5a5fcd8413a0ea37c25ed7094223defca0.tar.bz2 weather-49903b5a5fcd8413a0ea37c25ed7094223defca0.zip |
Add more hail showers
Diffstat (limited to 'weather.go')
-rw-r--r-- | weather.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ var TypeDescription = map[int]string{ 15: "Heavy Rain", 18: "Sleet", 19: "Hail Showers", + 20: "Hail Showers", 28: "Thundery Showers", 29: "Thundery Showers", } |