StatusReport
Provides details about an error for an item in a status report.
Declaration
object StatusReportProperties
| Name | Type | Description |
|---|---|---|
StatusItems Required | StatusReport.StatusItems | A dictionary where the keys are the status item paths and values are the corresponding status item value. |
Errors Required | [StatusReport.Error] | An array of errors for this status report. |
FullReport | boolean | The system sets this to |
Mentioned in
Discussion
The device sends a status report when a subscribed status item changes. The report contains just the status items that have changed. About once a day, the device also sends a full status report containing all the subscribed status items, and the FullReport key is set to true in the report. This allows servers to reset their status items in case they missed an incremental report.