diff options
Diffstat (limited to 'light_test.go')
-rw-r--r-- | light_test.go | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/light_test.go b/light_test.go index 20ab4b8..cf57c94 100644 --- a/light_test.go +++ b/light_test.go @@ -1,3 +1,10 @@ +/* +* light_test.go +* GoHue library for Philips Hue +* Copyright (C) 2016 Collin Guarino (Collinux) +* License: GPL version 2 or higher http://www.gnu.org/licenses/gpl.html +*/ + package hue import ( @@ -30,5 +37,5 @@ func TestSetLightState(t *testing.T) { time.Sleep(time.Second) selectedLight.ColorLoop() - selectedLight.SetName("testing") + selectedLight.SetName("Ceiling Fan Outer") } |