This commit is contained in:
j 2017-10-16 21:35:04 +02:00
parent 6f2b4fba8a
commit fdba57d988
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def switch(state):
lb = lanbox.Lanbox()
#lb.getChannels(lights)
#lb.fadeTo(lights, fade)
lb.layerGo(state + 1)
lb.layerGo(state)
if __name__ == '__main__':