cue 0-9
This commit is contained in:
parent
6f2b4fba8a
commit
fdba57d988
1 changed files with 1 additions and 1 deletions
|
@ -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__':
|
||||
|
|
Loading…
Reference in a new issue