Ok here’s how I would do this:
-
install custom deice handler for the 26933:
Jasco/GE Motion Dimmer Switch 26933 -
install custom device handler for the 14xxx series, either:
- Install WebCoRe
https://wiki.webcore.co/#Installing_webCoRE
The reason- the 14xx switches and the 26933 dimmer has a double tap method which will allow you to respond to a double tap up or down of the buttons on these devices. The main functionality will remain the same. You have to put in these custom device handlers to access the double tap.
The switches themselves don’t support a ‘blink’ method, so you’ll have to write one.
Then you setup a WebCore Piston that:
If double tap up (on - aka: button #1 on this device) then start blinking (on, wait, off, wait, etc.)
until double tap down (off - aka: button #2 on this device)
(I may have an example piston - but I have to go to a client lunch I’ll look it up after, maybe an hour or two… Gotta pay the bills.)
Its really about the simplest way I can think of to make this happen and retain base functionality. @WB70? can you think of other options?