remove accidental print
This commit is contained in:
parent
8a3b8e070b
commit
5af386212e
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ class CentralCommand(object):
|
||||||
statusses = [hv.isAvailable() for hv in self.hugveys.values()]
|
statusses = [hv.isAvailable() for hv in self.hugveys.values()]
|
||||||
lightOn = True not in statusses
|
lightOn = True not in statusses
|
||||||
lightCode = 1 if lightOn else 0
|
lightCode = 1 if lightOn else 0
|
||||||
print("LIGHT", lightCode)
|
|
||||||
if lightCode != currentCode:
|
if lightCode != currentCode:
|
||||||
self.commandLight('/red', [lightCode])
|
self.commandLight('/red', [lightCode])
|
||||||
currentCode = lightCode
|
currentCode = lightCode
|
||||||
|
|
Loading…
Reference in a new issue