Vista 20p alarm panel Mios - Bypass Zone or Chime Mode Disable

Hi I know not many are using the Vista 20p with MIOS Binding and an A2DUSB (using a vera lite). But I thought I would give it a shot.

Does anyone know the command to send to disable Chimemode or bypass a zone?

I already have the ability to Arm/Disarm but would like to be able to disable the chimemode remotely when working from home.

I believe the rule would look something like below:

rule “Security System Chime ON”
when
Item VistaPartitionChimeMode received command On
then
sendMiosAction(VistaPartitionChimeMode, ‘ChimeMode’, newArrayList(‘State’ → ‘On’, ‘PINCode’ → 0123))
end

rule “Security System Chime OFF”
when
Item VistaPartitionChimeMode received command Off
then
sendMiosAction(VistaPartitionChimeMode, ‘ChimeMod’, newArrayList(‘State’ → ‘Off’, ‘PINCode’ → 0123))
end

Thanks for any info.

I can see this in the LUA Code. I think I am getting closer, just dont know how to have the item send the request from openhab to vera.

device: 10 service: urn:micasaverde-com:serviceId:VistaAlarmPanel1 action: ToggleChimeMod