remove debug output
This commit is contained in:
parent
7358c00200
commit
57d7dd6f85
@ -20,5 +20,4 @@ func main() {
|
||||
c.SetState("all", &lifx.State{Power: "on", Color: "green"})
|
||||
time.Sleep(10)
|
||||
c.SetState("all", &lifx.State{Power: "off"})
|
||||
fmt.Println(lifx.EndpointState(lifx.Endpoint))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user