Logic branch listener
Jump to navigation
Jump to search
Entity Description
Contains a list of logic_branch entities and fires outputs when the state of any of the logic_branches changes.
This entity is used to fire an event when a set of conditions are all satisfied.
Keyvalues
- Template:Kv targetname
- Branch01-16
- <target_destination> The name of one or more logic_branches (wildcards allowed).
Inputs
- Tests the state of all the logic_branches in the list and fires the appropriate output.
Outputs
- OnAllTrue
- Fired when all the logic_branches in the list become true.
- OnAllFalse
- Fired when all the logic_branches in the list become false.
- OnMixed
- Fired when one of the logic_branches in the list changes, but some are true and some are false.