From dd616c37cf93536b4efd736983c58bba990c9a50 Mon Sep 17 00:00:00 2001 From: Sergey Gurinovich Date: Wed, 25 Oct 2017 22:08:08 +0300 Subject: [PATCH] fix GustStrength --- weather.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }