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"})
|
c.SetState("all", &lifx.State{Power: "on", Color: "green"})
|
||||||
time.Sleep(10)
|
time.Sleep(10)
|
||||||
c.SetState("all", &lifx.State{Power: "off"})
|
c.SetState("all", &lifx.State{Power: "off"})
|
||||||
fmt.Println(lifx.EndpointState(lifx.Endpoint))
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user