diff --git a/weather.go b/weather.go index 92e2bad..23f17ca 100644 --- a/weather.go +++ b/weather.go @@ -98,7 +98,7 @@ type DashboardData struct { WindAngle *int32 `json:"WindAngle,omitempty"` WindStrength *int32 `json:"WindStrength,omitempty"` GustAngle *int32 `json:"GustAngle,omitempty"` - GustStrength *int32 `json:"GustStrengthfloat32,omitempty"` + GustStrength *int32 `json:"GustStrength,omitempty"` LastMesure *int64 `json:"time_utc"` }