From 112202f1d77758cb8c3ed32c88bdfcfef4995f6c Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Wed, 10 Feb 2016 20:17:57 -0500 Subject: Simplified Light.ColorLoop to accept a boolean instead of having on/off/toggle modes. --- light_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'light_test.go') diff --git a/light_test.go b/light_test.go index f988925..98c2030 100644 --- a/light_test.go +++ b/light_test.go @@ -35,7 +35,7 @@ func TestSetLightState(t *testing.T) { time.Sleep(time.Second) selectedLight.Toggle() time.Sleep(time.Second) - selectedLight.ColorLoop() + selectedLight.ColorLoop(false) selectedLight.SetName("Ceiling Fan Outer") } -- cgit v1.2.3