Currenty, you can only update the state of alerts.
alert
PUT
-
-
| Entity | Type | Nullable | Description |
|---|---|---|---|
| id | int | yes | slcID |
| device_id | int | yes | slcDeviceAddress |
| serial_number | string | yes | serial number of device |
| Entity | Type | Nullable | Description |
|---|---|---|---|
| id | int | no | slcID of alert |
| state_id | int (alertState) | no | alert state |
| Value | Description |
|---|---|
| 1 | Noch nicht versendet |
| 3 | Alarm versendet |
| 4 | Bestätigt |
| 5 | In Bearbeitung |
| 6 | Behoben |
{
"alert": [
{
"id": 21,
"state_id": 6
}, {
"id": 22,
"state_id": 5
}
]
}
204 No Content
n.a.