Merge pull request #5 from NightMan-1/master

fix GustStrength
This commit is contained in:
Nicolas Leclercq 2017-10-26 09:17:43 +02:00 committed by GitHub
commit 2be3ed5ce1
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"`
}