basic
conditions
inactivity
inactivityConditions
curl --location '/api/public/v1/alarms/1'
{ "id": 1, "name": "High temperature", "type": "basic", "function": "AND", "up": true, "disabled": false, "createdAt": "2025-03-19 08:14:02", "updatedAt": "2025-03-24 17:41:55", "conditions": [ { "id": 1, "entity": { "id": 1, "urn": "urn:ngsi-ld:Device:oneFiware" }, "measure": "temperature", "condition": "gt", "threshold": [ "30" ], "period": { "from": "08:00", "to": "20:00" } } ] }