neilenns / node-red-contrib-wled2

NodeRed node for controlling WLED
MIT License
19 stars 8 forks source link

Don't send colour when doing off delay #19

Closed neilenns closed 2 years ago

neilenns commented 4 years ago

Right now if a delay is set the specified colour gets sent for the effect before off is sent. This means you can't have a single node that just sets things off by playing an animation using whatever colour the LEDs are already set to.

col should only be added if delay isn't set? But what if you want to do a specific colour? Probably add a checkbox to control this, like "use current WLED colour when running delay animation" so it works for both on and off states.

neilenns commented 2 years ago

Closing old issues.