Minimum visit frequency
Minimum visit frequency triggers when a device hasn't visited a required location within a specified time window.
How it works
You define a location and a visit interval. If the device hasn't been inside the location within the interval, the rule triggers. The violation clears when the device next visits the location.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
location_id |
string | Conditional | — | Zone that must be visited. Use this or zone_tags. |
zone_tags |
array | Conditional | — | Match zones with any of these tags. A visit to any tagged zone counts. |
exclude_zone_ids |
array | No | — | Zone IDs to exclude when using zone_tags |
min_visit_interval_seconds |
integer | No | 86400 | Maximum time between visits before triggering (default: 24 hours) |
Example: daily checkpoint
Alert when a security device hasn't visited the checkpoint zone in the last 24 hours:
- Location:
zone_checkpoint - Visit interval: 86,400 seconds (24 hours)
- Severity: Low