Skip to content

Commit

Permalink
🐛 When lights off timer is up, effect should be killed
Browse files Browse the repository at this point in the history
See #135
  • Loading branch information
cp2004 authored May 2, 2021
1 parent 74ca74b commit 280149d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_ws281x_led_status/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def turn_lights_off(self):
)

def lights_off(self):
self.blank_leds()
self.standard_effect("blank")
self.lights_on = False

def progress_msg(self, msg):
Expand Down

0 comments on commit 280149d

Please sign in to comment.