Alarm Message
To receive alarms from devices and base stations, preliminary configuration is required. Simply enable the options in the connection settings.

Device Alarm
Once the alarm feature is enabled, you need to define your rules for the desired device:

When the device stops sending uplinks, an alarm message is generated.
The State field defines the alarm level:
- 1: CLEARED
- 2: INDETERMINATE
- 3: WARNING
- 4: MINOR
- 5: MAJOR
- 6: CRITICAL
When the device returns to normal operation, a final alarm is sent with State = 1 (CLEARED).
For more details, refer to the official documentation here.
{
  "DevEUI_alarm" : {
    "DevEUI" : "0018B20000000B20",
    "downlinkUrl" : "https://community.thingpark.io/iot-flow/downlinkMessages/86836fea-79a1-4e62-b7b4-7a7126e6a966",
    "CustomerID" : "100002164",
    "ID" : 4,
    "Occurrence" : 1,
    "CreationTime" : "2025-10-21T14:15:00Z",
    "LastUpdateTime" : "2025-10-21T14:15:00Z",
    "AddInfo1" : "1",
    "State" : 3,
    "CustomerData" : {
      "name" : "Adeunis Field Tester",
      "loc" : {
        "lat" : "43.58081",
        "lon" : "1.4421667"
      }
    },
    "CustomerRealmID" : "tpw-users-actility-tpe-ope",
    "ModelCfg" : "1:TPX_3f8fa1b9-827d-4a51-9e95-eb16e5d2072a",
    "Acked" : false
  }
}
BaseStation Alarm
{
  "BS_alarm" : {
    "ID" : 102,
    "State" : 1,
    "CreationTime" : "2023-09-09T18:14:56.49+02:00",
    "LastUpdateTime" : "2023-09-09T18:25:24.49+02:00",
    "Occurrence" : 1,
    "Acked" : 0,
    "AddInfo1" : "10",
    "LrrID" : "100001C2",
    "PartnerID" : "acme-np",
    "CustomerID" : "100002164",
    "BaseStationData" : {
      "doms" : [ {
        "n" : "France/Paris",
        "g" : "Site"
      }, {
        "n" : "Network",
        "g" : "Vertical"
      } ]
    }
  }
}