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
are relays accessible by integer value or by name/word only.
for example:
is: automationhat.relay[i + 1].on() supported in a for loop?
or must you spell out the name such as
automationhat.relay.one.toggle()
The text was updated successfully, but these errors were encountered:
Yes, there's an explicit case in the deep magic that makes this whacky code work. It should handle addressing relays as a collection.
An example of this might be a good idea in retrospect!
Sorry, something went wrong.
No branches or pull requests
are relays accessible by integer value or by name/word only.
for example:
is:
automationhat.relay[i + 1].on() supported in a for loop?
or must you spell out the name such as
automationhat.relay.one.toggle()
The text was updated successfully, but these errors were encountered: