diff --git a/cdoseaplay/lights.py b/cdoseaplay/lights.py index d457001..a59dca9 100755 --- a/cdoseaplay/lights.py +++ b/cdoseaplay/lights.py @@ -95,6 +95,7 @@ def fade_to(target, duration): CURRENT_STATE = sender[1].dmx_data[:16] time.sleep(step) steps -= 1 + CURRENT_STATE = sender[1].dmx_data = [0] * 16 time.sleep(1) sender.stop()