how to write a OR Logic in conditions of alarmTokenService ?

In the alarmTokenService there is a paramer conditions.I want a OR Logic.

For example i want to get alarmlines which message equals “IntrusionEnd” or “IntrusionStart”.How can i do?

Thank U!

@Bo Ellegård Andersen (Milestone Systems)​

In your case, you can use the “BeginWith” operator on “Intrusion”. I dont think there is an ‘OR’ operation.