From e0655d7ac49fb21730118ae5616e2ec9bfffe739 Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Wed, 12 Apr 2017 14:24:17 -0400 Subject: [PATCH] Remove C0 --- hue_plus/hue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hue_plus/hue.py b/hue_plus/hue.py index 36c45e9..d122e88 100755 --- a/hue_plus/hue.py +++ b/hue_plus/hue.py @@ -318,7 +318,7 @@ def strips_info(ser, channel): def init(ser): - C0(ser) + #C0(ser) # Took out bytearray([70, 0, 192, 0, 0, 0, 255]) initial = [bytearray.fromhex("4B" + "00"*124)] for array in initial: