Device offline
Triggered when one or more Meter devices go offline.
Alert name: ALERT_DEVICE_OFFLINE
Payload
{
"metadata": {
"alert_name": "ALERT_DEVICE_OFFLINE",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"offline_devices": [
{
"device": {
"label": "Floor 2 AP",
"device_type": "access_point"
},
"timestamp": "2026-01-23T21:40:03Z",
"last_reported": "2026-01-23T21:35:00Z"
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
device.label | string | Name of the device |
device.device_type | string | Type of device |
timestamp | string | When the device was detected as offline |
last_reported | string | Last time the device successfully reported |