-
Notifications
You must be signed in to change notification settings - Fork 636
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
Lock relay status on boot #1705
Conversation
cc @lancelon and plugging #1680 again, where you can modify hardware preset and just remove button gpio in config. also, see #1505 (instead of #1322 proposal). |
I would add some visual notification to the web UI when the switch linked to the button is locked. Like disabling the toggle in the UI... |
"input[disabled]" does just that. |
resolves #1697
relay_t::lock
flag to control which target status we want. after relay changes to that status, we can no longer change itcc @goatchurchprime @xoseperez
this might interfere with planned motor changes from #1510 ?