You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should Color struct data type be float64 instead of int? hms api gate answers: Illegal payload, blue of color in light settings must rang [0,1] when I pass integer value bigger than 1.
type Color struct {
Alpha int `json:"alpha"`
Red int `json:"red"`
Green int `json:"green"`
Blue int `json:"blue"`
}
The text was updated successfully, but these errors were encountered:
Should Color struct data type be
float64
instead ofint
? hms api gate answers:Illegal payload, blue of color in light settings must rang [0,1]
when I pass integer value bigger than 1.The text was updated successfully, but these errors were encountered: