move light struct
This commit is contained in:
parent
37d3179662
commit
becc179184
@ -8,6 +8,8 @@ import (
|
||||
)
|
||||
|
||||
type (
|
||||
Status string
|
||||
|
||||
State struct {
|
||||
Power string `json:"power,omitempty"`
|
||||
Color Color `json:"color,omitempty"`
|
||||
|
@ -12,8 +12,6 @@ type (
|
||||
)
|
||||
|
||||
type (
|
||||
Status string
|
||||
|
||||
RGBColor struct {
|
||||
R, G, B uint8
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user