diff options
author | Nick White <git@njw.name> | 2020-02-10 12:06:54 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-10 12:06:54 +0000 |
commit | d3ce8ad60c147deca4d8d373c477ddb89b4f53a3 (patch) | |
tree | 142fbf802e807224618f027d4f199a1ce3ea0a33 | |
parent | 0e2d1c42c9b56e2676603aefe2dafdefa32b3d3a (diff) | |
download | weather-d3ce8ad60c147deca4d8d373c477ddb89b4f53a3.tar.bz2 weather-d3ce8ad60c147deca4d8d373c477ddb89b4f53a3.zip |
Add Hail Showers type
-rw-r--r-- | weather.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ var TypeDescription = map[int]string{ 12: "Light Rain", 15: "Heavy Rain", 18: "Sleet", + 19: "Hail Showers", 28: "Thundery Showers", 29: "Thundery Showers", } |