Skip to content

Commit 280149d

Browse files
authored
🐛 When lights off timer is up, effect should be killed
See #135
1 parent 74ca74b commit 280149d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_ws281x_led_status/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def turn_lights_off(self):
182182
)
183183

184184
def lights_off(self):
185-
self.blank_leds()
185+
self.standard_effect("blank")
186186
self.lights_on = False
187187

188188
def progress_msg(self, msg):

0 commit comments

Comments
 (0)