Alarm Restore Push
Topic:alarmRecovered
When alarm entry data is restored, server will publish a message.
Parameters
| Field | Type | Description |
|---|---|---|
| boxSessionId | int | Currently not in using |
| values | JSON Array | Collection of monitoring points‘ value, details for individual attributes see below |
| boxUid | string | FGate ID |
Value Corresponding Attributes
| Field | Type | Description |
|---|---|---|
| id | string | Alarm entry UID |
| value | string | Value |
| name | string | Alarm entry name |
| msg | string | Alarm message |
| t | int | Timestamp of alarm restoration |