Using The Status Of Variables In Programs - Universal Devices ISY-994i User Manual

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

Advertisement

Greater Than
Greater Than or Equal $x >= a
Example
A loop that could be used to implement an off timer that increases in 5-minutes intervals.
For example, another program could be written to increase $BathRoomLightCount by 1
each time an On button is pressed.
$BathRoomLightCount is an Integer Variable
If
$BathRoomLightCount > 0
Then
Wait 5 minutes
$BathRoomLightCount -= 1
Run Program 'Bathroom Timer' (If)
Else
- No Actions - (To add one, press 'Action')
8.2.11

Using the Status of Variables in Programs

You can use the If portion of an ISY Program to check the state of a variable. To do those,
choose Variable when defining your If statement, then choose your Variable, then choose
what you'd like to check for.
For example, you can check to see if a Variable is a certain value, if it's NOT a certain value,
if it's greater than a certain value, etc. You can also compare one variable to another.
$x > a
Page | 125

Advertisement

Table of Contents
loading

Related Products for Universal Devices ISY-994i

Table of Contents