Fix wunderground wind speed mapping
All checks were successful
Build and Publish / release (push) Successful in 2m40s

This commit is contained in:
Ryan McGuire 2025-01-28 17:05:25 -05:00
parent 2c29493229
commit f2f160b112

View File

@ -51,7 +51,7 @@ func MapWUUpdate(wuUpdate *WundergroundUpdate) *weather.WeatherUpdate {
StationType: wuUpdate.SoftwareType,
TempOutdoorF: wuUpdate.Tempf,
HumidityOudoor: wuUpdate.Humidity,
WindSpeedMPH: wuUpdate.WindGustMPH,
WindSpeedMPH: wuUpdate.WindSpeedMPH,
WindGustMPH: wuUpdate.WindGustMPH,
WindDir: wuUpdate.WindDir,
UV: wuUpdate.UV,