Program: Welcome Home - Enabled; Program: Welcome Home Dark - Not Enabled - Universal Devices ISY-994i User Manual

Home automation
Hide thumbs Also See for ISY-994i:
Table of Contents

Advertisement

program may call several of these procedure programs consecutively in order to evaluate
multiple conditional paths.
It should be noted that when a program is not enabled, its conditions are not automatically
evaluated. Therefore, its Then and Else clauses may contain statements which alter the
program's conditions, without causing the program to stop running the current path, as
happens when the program is enabled.
As an example, consider a simple Welcome Home keypad button which turns on a group of
lights, and optionally turns on an additional set of lights if the time is between sunset and
sunrise:

9.6.1 Program: Welcome Home - Enabled

If
Control 'Welcome Home KPL non-toggle button' is switched Off
Or Control 'Welcome Home KPL non-toggle button' is switched Fast Off
Then
Set Scene 'Welcome Home Scene' On
Run Program 'Welcome Home Dark' (If)
Else
- No Actions - (To add one, press 'Action')

9.6.2 Program: Welcome Home Dark - Not Enabled

If
From Sunset
To
Then
Set Scene 'Welcome Home Dark Scene' On
Else
- No Actions - (To add one, press 'Action')
Sunrise (next day)
Page | 186

Advertisement

Table of Contents
loading

Table of Contents