diff --git a/pkg/provider/wunderground/provider.go b/pkg/provider/wunderground/provider.go index 6d5ac95..7d57f61 100644 --- a/pkg/provider/wunderground/provider.go +++ b/pkg/provider/wunderground/provider.go @@ -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,