Skip to content
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

Can I create one node to manage multiple different contexts? #15

Open
ericgross opened this issue Dec 9, 2022 · 0 comments
Open

Can I create one node to manage multiple different contexts? #15

ericgross opened this issue Dec 9, 2022 · 0 comments

Comments

@ericgross
Copy link

I have this amazing code working to manage the dimming of lights over time. I would like to reuse this functionality to handle automatically dimming each of my lights. I could copy what I have many times and that would work but I'd rather abstract out this logic and use it for each of my lights.

I see that I can use data to represent the light being handled.

Is it possible to have multiple state machines running simultaneously without impacting each other?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant