|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Beginif herronf.us.ibm.com Tue, 4 May 1999 09:22:13 -0400 |
Going to re-code some events. Never too clear on this point. What is the
differrence between Beginifs and using ANDs?
For example:
BeginIF A Button is 4/ON
BeginIf Time is LE 10PM
BeginIf Time is GT 4PM
If Motion IsNow ON
Then Chime Set ON
+++++++++++++OR==============================================
if A Button is 4/ON
and Time isLE 10PM
and Time isGT 4PM
and Motion isNow ON
Then Chime Set ON
Seems like both would do the same things. What is advantage of using the
BeginIfs (which are unique I believe to ECS) ??
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects