diff options
author | Collin Guarino <Collinux@users.noreply.github.com> | 2017-03-25 12:47:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-25 12:47:59 -0400 |
commit | 040a451a6848cd90e505200290f302f15c53fb84 (patch) | |
tree | 388e2857d27c8cbe82f835a536dbd4b1bedcaa46 | |
parent | 4f55f62ea95532c37630cd160164b823c200fb8c (diff) | |
parent | 5b765925542b5502a4c4196389cd8d85f53ef7c6 (diff) |
Merge pull request #12 from realytcracker/master
Removed redundant light.On calls from README example
-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) } |