fix GustStrength

This commit is contained in:
Sergey Gurinovich 2017-10-25 22:08:08 +03:00 committed by GitHub
parent 01310c1242
commit dd616c37cf
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}