Jump to content

Keypadlinc Button Blinking


hchain

Recommended Posts

I want a button on a Keypadlinc to blink to catch attention more than by simply being ON.

 

I can turn it ON or OFF using a Scene but is there a way to make it blink, other than:

Repeat 1000 times
  Set Scene_xxx On

  Wait 1 second

  Set Scene_xxx Off

  Wait 1 second

 

Thanks!

Link to comment

Hi

 

No, there is no intrinsic blink function in the keypad, you'll have to do it with ISY program statements as you've done. Depending how busy your ISY is with other things, a second may be a little tight timing for a regular, consistent blink.

 

Something else I do periodically to signal an event or draw attention to the keypad is use the "beep" function. If the garage door is up and its later in the evening, I have it beep periodically.

 

Version 5 of firmware (which is in alpha/beta) offers more sophisticated logic with the Repeat statement.

 

Paul

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...