-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playlists always append an "on:true" #4557
Comments
this is the default behaviour. why cant you just delete the "on:true" from the playlist if you dont need it? |
That is the isdue: If i delete that part it will be added again after vsave |
ah I see, can confirm that. I do not know the reason it is that way but it looks like it is intentional. |
It is intentional. |
Some of the guys reported that multiple times on discord and not really sure of the intended reasoning for it as if you |
Why are we forcing on:true if the user did not request? |
Thanks, that is what i also thought. Playlists could be more flexible wirhout forcing on the main output. Maybe move to feature requests? |
User did request. In a lost post on Discord, quite a while ago. |
Would be great to understand the reason instead of moving back and forth. In my eyes rhe json of a playlist should be saved as you modified it - with or wirhout that "on" statement |
What happened?
My goal is to realize a secure relay timer on an GPIO (external multirelay pin). I did a playlist like:
but after saving this to the presets it will be appendend by an "on:true", but i don't want the main power to come up too.
To Reproduce Bug
see above
Expected Behavior
a playlist without "on:true"
Install Method
Binary from WLED.me
What version of WLED?
WLED 0.15.0
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: