From 8f60e00a6d046f92c1d1b16de54126676865bf90 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Wed, 7 Apr 2021 16:43:05 -0400 Subject: [PATCH] Commented out stuff --- lights_module.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/lights_module.py b/lights_module.py index ebfa7b1..c8f1176 100644 --- a/lights_module.py +++ b/lights_module.py @@ -25,22 +25,24 @@ class Lights_Module(): print("\n -Listing Lights...") for l in light_list: - print(l.name) + pass + #print(l.name) print("\n -Counting Groups...") for g in groups: - print(g) + #print(g) groupCount = int(g) for gc in range(groupCount): try: - print("group n:" + str(gc)) + #print("group n:" + str(gc)) group = self.bridge_.get_group(gc ,'name') - print(group) - #group_list.append(group) - print(" --done adding") + #print(group) + group_list.append(group) + #print(" --done adding") except: - print(" --adding failed") + pass + #print(" --adding failed") #self.bridge_.set_group(18, "bri", 254) #This is max Brightness #self.bridge_.set_group(18, "on", True) #This is will turn ON @@ -56,7 +58,7 @@ class Lights_Module(): #self.bridge_.set_group(16, "xy", xy_result) #sleep(0.1) - #for stuffz in .bridge_.scenes: + #for stuffz in self.bridge_.scenes: #print(stuffz) # This will set the group Downstairs to the Stream scene