I recently noticed that if you use more letters in set_lights() you'll get a sequence... but it's looped, and I have to set a task to clear it, how can I clear it without a task ?
PHP Code:
public func() { set_lights("zazahhhhhh") set_task(0.25, "clear") }