Glad you got 2x working…
3x is not really 3x, its “doubletap and hold”. There’s no equivalent to double tap hold so I used the 3x value.
Here’s the button mappings:
* Button Mappings:
*
* ACTION BUTTON# BUTTON ACTION
* Single-Tap Up 1 up
* Single-Tap Down 1 down
* Hold Up 1 up_hold
* Hold Down 1 down_hold
* Double-Tap Up 1 up_2x
* Double-Tap Down 1 down_2x
* Double-Tap Up Hold 1 up_3x
* Double-Tap Down Hold 1 down_3x
* Note - Central scene control, aka single tap, still triggers on any double tap due to firmware of the switch.
* If you don't want single and double tap actions to both trigger at the same time, a toggle option has been added
* to preferences to create a delay that will disregard the single tap on a double tap.
* However, this option will always create a delay of about 2 seconds when clicking the single tap while
* the handler checks for a double tap. If not using double tap set this preference to false to eliminate delay.
*
For advanced webcore automations, the button release is captured as well as a "holdRelease " event.