me23 Posted May 17, 2014 Share Posted May 17, 2014 Ok I have a keypad button that I triple tap as I am walking down stairs to the movie room. When this is triple tapped it activates Boolean variable for motion in the hallway to turn on theater sign. It works fine. Problem is when Im done in the theater I want to turn off the sign manually but it keeps turning back on when it senses motion. I want to just fire this event off one time and that's it. Don't think a timer would help because I don't know how long I would be in the theater room. So basically I want to fire off this one motion triggered event and reset it to happen again only when button is triple tapped.Any advice? Link to comment Share on other sites More sharing options...
Godzilla Posted May 17, 2014 Share Posted May 17, 2014 have a device set it to false when your done only then when its 3x tapped will it set it back to true Link to comment Share on other sites More sharing options...
Matt Lowe Posted May 17, 2014 Share Posted May 17, 2014 use another button on the keypad to set it to false. or when the theater room is turned off set it to false Link to comment Share on other sites More sharing options...
me23 Posted May 17, 2014 Author Share Posted May 17, 2014 Thanks for the help guys. I used the all off button on keypad and it worked. Still trying to get used to variables and the programming. That seemed very simple, appreciate it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.