AD2USB: Do something when alarm is disarmed

I want to disarm my motion sensors when my alarm (AD2USB/Ademdo) is disarmed.

I have the following code:

AlarmDisarmed and (AlarmExitDelay; AlarmDisarmed < 30)

But that fires every 10 or 15 minutes. It seems that AlarmReady fires quite a bit throughout the day, so I am looking for some help to figure out what logic I can do to basically fire an event when the alarm is disarmed, but no other time.

Are you on UI5 or UI7?

Sorry, UI7.

Originally I was doing stuff based on AlarmReady but I realized that that event fires off all the time…