Use float64
This commit is contained in:
		@@ -90,11 +90,11 @@ type (
 | 
				
			|||||||
	Breathe struct {
 | 
						Breathe struct {
 | 
				
			||||||
		Color     Color   `json:"color,omitempty"`
 | 
							Color     Color   `json:"color,omitempty"`
 | 
				
			||||||
		FromColor Color   `json:"from_color,omitempty"`
 | 
							FromColor Color   `json:"from_color,omitempty"`
 | 
				
			||||||
		Period    float32 `json:"period,omitempty"`
 | 
							Period    float64 `json:"period,omitempty"`
 | 
				
			||||||
		Cycles    float32 `json:"cycles,omitempty"`
 | 
							Cycles    float64 `json:"cycles,omitempty"`
 | 
				
			||||||
		Persist   bool    `json:"persist,omitempty"`
 | 
							Persist   bool    `json:"persist,omitempty"`
 | 
				
			||||||
		PowerOn   bool    `json:"power_on,omitempty"`
 | 
							PowerOn   bool    `json:"power_on,omitempty"`
 | 
				
			||||||
		Peak      float32 `json:"peak,omitempty"`
 | 
							Peak      float64 `json:"peak,omitempty"`
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user