📄️ On Command Triggered
This block is triggered when a command is triggered.
📄️ IF Condition
This block is used to check a condition and execute a block if the condition is true.
📄️ IF Compound Condition
This block evaluates complex logical conditions combining multiple comparisons. Use it for advanced decision-making with AND and OR logic.
📄️ Switch
This block routes execution to a different output depending on the value of an input.
📄️ For Loop
This block is used to execute a block a specified number of times.
📄️ Execute Command
This block is used to execute a command manually.