You can build complex logic for transitions using a variety of logical operators. AutomationView supports multiple syntaxes to match your preferences or existing code standards.
and, or, not. for AND, + for OR& for AND, | for ORYou can freely mix these syntaxes within the same transition condition.
Example:
Start_Btn & not Stop_Btn + Override
Variables are auto-detected from the conditions you type - no separate declaration is needed.