We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I thought this was reported before, but I couldn't find it, so I'm writing it down and assigning it to myself for when I get a chance.
options.enabled && isValidPin(options.pinOne) && isValidPin(options.pinTwo) means you can't aside the slider to a simple two-way rocker switch.
options.enabled && isValidPin(options.pinOne) && isValidPin(options.pinTwo)
The text was updated successfully, but these errors were encountered:
Upon further testing, if pinOne and pinTwo are the same pin, it works fine, so maybe this is a web UI/docs thing more than it is a code change thing.
Sorry, something went wrong.
I think my pin mapping refactor will nuke this problem.
#504 and #652 solved this.
bsstephan
No branches or pull requests
I thought this was reported before, but I couldn't find it, so I'm writing it down and assigning it to myself for when I get a chance.
options.enabled && isValidPin(options.pinOne) && isValidPin(options.pinTwo)
means you can't aside the slider to a simple two-way rocker switch.The text was updated successfully, but these errors were encountered: