diff options
author | realytcracker <rapper@gmail.com> | 2017-03-25 02:04:44 -0700 |
---|---|---|
committer | realytcracker <rapper@gmail.com> | 2017-03-25 02:04:44 -0700 |
commit | 5b765925542b5502a4c4196389cd8d85f53ef7c6 (patch) | |
tree | 388e2857d27c8cbe82f835a536dbd4b1bedcaa46 | |
parent | 4f55f62ea95532c37630cd160164b823c200fb8c (diff) |
Removed redundant light.On calls
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ func main() { lights, _ := bridge.GetAllLights() for _, light := range lights { - light.On() light.SetBrightness(100) light.ColorLoop(true) } |