Multitap switch rule triggered by dashboard button question

I have a set of rules that control my Zwave lights in my Den for a few different scenarios
Movie Mode dims all can lights to 20% and switches the 2 over the TV to red and turns on the beer sign.
Work Mode brings all can lights up to 100% warm white
rules work fine when using the Innovelli Red wall switch
2 quick upper taps run Movie lights
2 quick lower taps run Work Lights
I would like to be able to run these rules from a button (or 2) on my tablet but I cannot figure out how to make this happen. If I double click the button on the tablet I register and error in my log file

2021-08-23 02:22:51.787 pm errorjava.lang.IllegalArgumentException: Command 'doubleTap' is not supported by device 179. on line 657 (method dashboardCmd)

Obviously I am missing something and cannot see the Forrest for the trees.
Can you give me a shove in the right direction to understand this?

An option would be to setup 2 virtual buttons that you would add to your tablet. (Can be a single button device with 2 buttons, or two button devices with each one button.)

Then add one of each as a 2nd trigger for your rules.

1 Like

OK so I created 2 virtual buttons in Hubitat but I cannot figure out how to make them available to the dashboard application. my physical devices all show up to choose from but my virtual buttons are not available in the list in dashboard button assignment.
Am I missing something in the creation process?
The V buttons are listed under devices in hubitat.

Did you authorize them to be on a dashboard? Go to Apps, Hubitat Dashboard app. In there, you select which device to want to be seen on each dashboard. Pick the virtual devices and Save/Done.

1 Like

THANK YOU @!!! I forgot about having to include new items in the dashboard.
Got it working now
Thanks again