[RELEASE] Virtual Keypad

Hey @BrianP setup a virtual device using this driver (and follow the instructions in setting up Fully kiosk as the server)

Than In Rule Machine, I have the trigger set as when the door opens to run this rule
My Virtual Device is called Fully, This loads the keypad dashboard when the door opens and the alarm is armed, and then goes back to the main dashboard after 30 seconds

IF (HSM status is Armed Home(F) OR
HSM status is Armed Night(F) OR
HSM status is Armed Away(F) [FALSE]) THEN
loadURL('localip/dashboardlink') on Fully
Delay 0:00:30
loadStartURL() on Fully
END-IF

In Rule Machine
to get the loadURL you need to use run custom action in the actions list
Than Select Run custom action
Under Select capability of action device
I chose Switch
Select your virtual Switch that you created for the driver above
than you can select your commands "loadURL" and "loadStartURL() or what ever command you want to use.
Paramater type is string

Hopefully this will help