Is there a way to do a "blink until ACKnowledge" ? I have the LED blinking every 2 seconds per the set scene (from above hint). But as soon as the USER pushes the button, I'd like it to stop blinking. I have two different programs: 1 that does the 'blinking' and 1 that calls this blink program by a RUN(Then). When the condition (ie button push) occurs, then I'd like the calling program to run the ELSE of the called blink program and it stops and leaves the led on solid. That specific button does not need to be a controller of anything else. The button does not need to do anything else except to be an acknowledge.
While I am concerned about the additional Insteon traffic every 2 sec, I'll settle for this for now. Too bad there's no 'local' to device function to do that (?)
>>> What I'm having difficulty doing is how to implement into code the 'button' push that performs the ACK and stops the blinking. Any ideas? Thanks so much, I'm stuck because I'm missing some piece of info.