Author |
|
AllanMar Groupie
Joined: April 02 2007
Online Status: Offline Posts: 45
|
Posted: November 10 2007 at 15:07 | IP Logged
|
|
|
I found a post on here that detailed the TEMP variables for this trigger, but does anyone know the LOCAL variables it also populates? and what they are?
Thanks
|
Back to Top |
|
|
jbbtex Senior Member
Joined: February 15 2007 Location: United States
Online Status: Offline Posts: 181
|
Posted: November 10 2007 at 21:10 | IP Logged
|
|
|
AllanMar,
I wrote a macro to display all the LOCAL VARS then triggered on an INSTEON DEVICE CHG. 1 through 8 returned NULL and 9 & 10 returned 0 (zero).
HTH
__________________ Brady
"Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity." - Gen. George S. Patton
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: November 11 2007 at 13:45 | IP Logged
|
|
|
Allan,
The "Insteon Device Chg" trigger populates [LOCAL] variables 7,8,9, and 10. [LOCAL9] contains the previous level value, [LOCAL10] contains the new level value. Since the Insteon Device Chg trigger can fire without the level actually changing, placing [LOCAL9] <> [LOCAL10] in the Boolean field of the trigger is a good way to have the trigger *only* fire when the level actually changes.
The [LOCAL7] var contains the ID of the Insteon device that is actually changing. [LOCAL8] contains the Insteon address of the device that is changing.
Dave.
|
Back to Top |
|
|
cmidgley Newbie
Joined: November 10 2006 Location: United States
Online Status: Offline Posts: 1
|
Posted: November 24 2007 at 17:50 | IP Logged
|
|
|
I've been searching and searching for the post that describes the other TEMP variables used in the Insteon Device Chg trigger, but no luck. Anybody have that link? I did log all the TEMP variables, and while some are obvious, some are not...
Thanks!
- Chris
EDIT: Found it here
Edited by cmidgley - November 24 2007 at 17:54
|
Back to Top |
|
|