Fix wunderground wind speed mapping
All checks were successful
Build and Publish / release (push) Successful in 2m40s
All checks were successful
Build and Publish / release (push) Successful in 2m40s
This commit is contained in:
parent
2c29493229
commit
f2f160b112
@ -51,7 +51,7 @@ func MapWUUpdate(wuUpdate *WundergroundUpdate) *weather.WeatherUpdate {
|
|||||||
StationType: wuUpdate.SoftwareType,
|
StationType: wuUpdate.SoftwareType,
|
||||||
TempOutdoorF: wuUpdate.Tempf,
|
TempOutdoorF: wuUpdate.Tempf,
|
||||||
HumidityOudoor: wuUpdate.Humidity,
|
HumidityOudoor: wuUpdate.Humidity,
|
||||||
WindSpeedMPH: wuUpdate.WindGustMPH,
|
WindSpeedMPH: wuUpdate.WindSpeedMPH,
|
||||||
WindGustMPH: wuUpdate.WindGustMPH,
|
WindGustMPH: wuUpdate.WindGustMPH,
|
||||||
WindDir: wuUpdate.WindDir,
|
WindDir: wuUpdate.WindDir,
|
||||||
UV: wuUpdate.UV,
|
UV: wuUpdate.UV,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user