DSC Plugin luua chime

I would like to be able to create two scenes. One would turn the chime on and the other would turn the chime off. This would require checking the chime status. I have been unable to get the status check figured out. I think that chime on = 663 and chime off = 664.

The following code toggles chime function on and off.

luup.call_action(“urn:micasaverde-com:serviceId:DSCAlarmPanel1”,
“SendCommand”,
{Command = “071”, Data=“1*4”}, 10)

Thank you! Mark