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:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user