A FaultInfo contains the properties of one fault of warning reported in a FaultList message.
Data Model
| Key | Type | Value |
|---|---|---|
| time | String | A time stamp telling when this fault changed its state. The format follows ISO 8601, example: 2021-03-26T08:02:30Z, time zone is always UTC. |
| src | String | The name of the device which generated this event. |
| pri | Number | The event priority coded as a one digit number 0 = suppressed or device out-of-service, the fault shall not be shown 1 = informational 2 = fault 3 = alarm 4 = warning |
| msg | String | The fault message text. |