Skip to content

Test Automation Example ​

This example demonstrates an automation divided into three main components:

  1. WHEN a trigger is activated:
    • A daily time trigger is set for 6:00 PM. This means the automation is triggered every day at 6:00 PM.
  2. AND all conditions are met:
    • The condition pertains to the status of the "Blind Test 2." The automation will only execute if the blind is in a specific position (100%).
  3. THEN the following actions are executed:
    • The action specified is to turn on the "Lamp Test 2"
  4. Optional Features:
    • OR conditions can be added if you want the automation to trigger under alternative conditions.
    • Enable negative actions: This allows you to define actions for negative cases, such as when a condition is not met.