New icon type names

This commit is contained in:
Paul Warren 2022-02-20 13:35:56 +11:00
parent a00ad4189f
commit 0fca25da20
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ bom_icons = {
'haze': 'HAZE.JPG', 'haze': 'HAZE.JPG',
'light_rain': 'LRAIN.JPG', 'light_rain': 'LRAIN.JPG',
'wind': 'WIND.JPG', 'wind': 'WIND.JPG',
'windy': 'WIND.JPG',
'fog': 'FOG.JPG', 'fog': 'FOG.JPG',
'shower': 'SHOWER.JPG', 'shower': 'SHOWER.JPG',
'rain': 'RAIN.JPG', 'rain': 'RAIN.JPG',
@ -51,6 +52,7 @@ bom_icons = {
'snow': 'SNOW.JPG', 'snow': 'SNOW.JPG',
'storm': 'STORM.JPG', 'storm': 'STORM.JPG',
'light_showers': 'LSHOWE.JPG', 'light_showers': 'LSHOWE.JPG',
'light_shower': 'LSHOWE.JPG',
'heavy_showers': 'HSHOWE.JPG', 'heavy_showers': 'HSHOWE.JPG',
'cyclone': 'CYCLON.JPG' 'cyclone': 'CYCLON.JPG'
} }