Arm and disarm settings
Last modified: Tuesday June 24, 2025.
Configure how users arm and disarm alarm zones.
Set the entry and exit delay
The entry and exit delay of a zone defines the time between detecting a trigger and emitting an alarm. This allows users to use devices located in the zone to arm and leave, or enter and disarm, without triggering an alarm.
- To edit existing settings, open the
Alarm zones tool, right-click the required zone, and selectEdit . - Click
ARM & DISARM . - Open the
Entry and exit delay settings.
- You can set
No delay , the sameDelay for both entry and exit, or aSeparate entry and exit delay . - Click
Done .
Arm and disarm a zone manually
You can allow a zone to be armed and disarmed using the mobile app or an arming station.
- To edit existing settings, open the
Alarm zones tool, right-click the required zone, and selectEdit . - Click
ARM & DISARM . - In
MANUALLY selectAllow manual arm and disarm .
You can control who can arm and disarm zones in the Users tool. See Manage Protect users.
Arm and disarm a zone by schedule
You can create timed schedules that arm and disarm zones automatically.
- To edit existing settings, open the
Alarm zones tool, right-click the required zone, and selectEdit . - Click
ARM & DISARM . - In
ARM BY SCHEDULE , clickor
to toggle between form and schedule view.
- In schedule view, you can click and drag to set timeframes when the zone is armed.
- Click a timeframe to manually set its start and end time.
- To repeat a timeframe, select it and click
Repeat daily . - The minimum timeframe is 15 minutes.
- To delete a timeframe, select it and click
Remove . - You can
undo or
redo changes.
- In form view, you can configure timeframes when the zone is armed.
- Chose the type of timeframe:
+ Daily ,+ Weekdays ,+Weekends , or+Days . - Enter a
Start time andEnd time or selectAll day . - For day schedules, select the required day.
- To add more timeframes, select another timeframe type using the
+ buttons. - To delete a timeframe, click
Remove . - You can set the zone to be always active by selecting
Always .
- Chose the type of timeframe:
- In form view, you can save schedules as templates.
- To save the current schedule as a template, click
Save template . Enter a name and clickSave .
- To save the current schedule as a template, click
- To create a schedule from a saved template, select it from the
Template dropdown.
Arm and disarm a zone with webhooks
You can arm and disarm zones using webhooks.
- To edit existing settings, open the
Alarm zones tool, right-click the required zone, and selectEdit . - Click
ARM & DISARM . - Under
ARM BY SCHEDULE , selectBy External trigger . - Open the dropdown and select a webhook or
+ Add new trigger :- Click
.
- Enter a name and click
Add . - Copy and save the
Webhook address . - Copy and save the
Token . - Click
Done .
- Click
- To activate or deactivate the zone:
- Send an HTTP POST request to the webhook URL address.
- Set the authorization request header as
Authorization: Bearer <webhook token>
- Set the request body as a JSON object:
- To arm the zone, use
{"action":"activate"}
- To disarm the zone, use
{"action":"deactivate"}
- To arm the zone, use
- Example cURL request:
curl --location '<webhook URL>'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer <webhook token>'
--data '{"action": "activate"}'
For more information about configuring webhooks, see Using external triggers and webhooks.
Set arm/disarm and exit delay actions
You can define actions performed when the zone is armed or disarmed or when an exit delay phase begins.
- To edit existing settings, open the
Alarm zones tool, right-click the required zone, and selectEdit . - Click
ARM & DISARM . - In
ACTIONS , open thesettings for the required phase.
- Select and configure the required actions. For a detailed description of the actions available, see Alarm and arm/disarm actions.
Disarm a zone with an ongoing alarm
If you disarm a zone with an ongoing alarm, the alarm ends. The alarm is still listed in the alarm tool.