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

wait until node - the operation OR on AND is unclear for a list of entities #919

Open
uowiec opened this issue Apr 28, 2023 · 0 comments
Open

Comments

@uowiec
Copy link

uowiec commented Apr 28, 2023

Documentation URL

No response

The problem

In the wait until node, it is possible to check a condition against a list of entities. The documentation lacks of information whether the node waits until any entity meets the condition or all of them meet the condition. Namely, whether the check on entities values are joined with logic operator OR or AND.
Since the entity parameter takes a list and a condition is common to them, it is obvious to me, that all of the entities have to meet the condition. From my observation, the node only waits until the first entity meets the condition.
For example: I'm closing 2 window covers. One cover is shorter and closes faster than the other. In the wait until node, i select the type of list and both cover entieties on the list then set the condition to: state is closed. The node passes the message right after the first cover closes, whole the other cover is still closing.

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

No branches or pull requests

2 participants