born2dive Posted December 23, 2015 Posted December 23, 2015 I have a 6-button keypadlinc (On, Off, A, B, C, and D buttons). When I linked the keypad to the ISY, it created 5 items (On, A, B, C, and D). I can use those in my programs just fine. If there a way to use the "Off" button in a condition e.g. if Off is pressed, then do something? Thanks.
oberkc Posted December 23, 2015 Posted December 23, 2015 Yes. Treat the ON and OFF buttons as a single insteon switch (apparently with the default name of "on", but it can be renamed anything you want). The progrm statement is no different than with any other switch.... If Control/status " on" is set off Then Do something
born2dive Posted December 23, 2015 Author Posted December 23, 2015 Yes. Treat the ON and OFF buttons as a single insteon switch (apparently with the default name of "on", but it can be renamed anything you want). The progrm statement is no different than with any other switch.... If Control/status " on" is set off Then Do something Thanks! That worked.
Recommended Posts