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

examples: Create example of complex logics #33

Open
mhthies opened this issue Jan 31, 2021 · 2 comments
Open

examples: Create example of complex logics #33

mhthies opened this issue Jan 31, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@mhthies
Copy link
Owner

mhthies commented Jan 31, 2021

Including expressions, logic handlers, internal Variables, BreakableSubscription, Hysteresis, and TimerSwitch.

@mhthies mhthies added the documentation Improvements or additions to documentation label Jan 31, 2021
@gmulders
Copy link

Maybe related to this; I'm trying to model a light as a class with some properties, e.g. on (bool), brightness int

Now I want to create a Variable of type Light and a Variable of type bool, that are connected. I want to be able to update the bool via the web interface and then have it update the Light variable, but only set the on field and not overwrite the other fields.

How would I go about this?

@mhthies
Copy link
Owner Author

mhthies commented Feb 19, 2023

It's not actually related to this issue and, unfortunately, I don't quite understand which behaviour you want to achieve. Maybe open a Discussion in the GitHub Diskussions tab for this, so we can further discuss your example there?

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

No branches or pull requests

2 participants