forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiagnosticsGeneral.xml
374 lines (368 loc) · 16.6 KB
/
DiagnosticsGeneral.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<?xml version="1.0"?>
<!--
Copyright (C) Connectivity Standards Alliance (2021). All rights reserved.
The information within this document is the property of the Connectivity
Standards Alliance and its use and disclosure are restricted, except as
expressly set forth herein.
Connectivity Standards Alliance hereby grants you a fully-paid, non-exclusive,
nontransferable, worldwide, limited and revocable license (without the right to
sublicense), under Connectivity Standards Alliance's applicable copyright
rights, to view, download, save, reproduce and use the document solely for your
own internal purposes and in accordance with the terms of the license set forth
herein. This license does not authorize you to, and you expressly warrant that
you shall not: (a) permit others (outside your organization) to use this
document; (b) post or publish this document; (c) modify, adapt, translate, or
otherwise change this document in any manner or create any derivative work
based on this document; (d) remove or modify any notice or label on this
document, including this Copyright Notice, License and Disclaimer. The
Connectivity Standards Alliance does not grant you any license hereunder other
than as expressly stated herein.
Elements of this document may be subject to third party intellectual property
rights, including without limitation, patent, copyright or trademark rights,
and any such third party may or may not be a member of the Connectivity
Standards Alliance. Connectivity Standards Alliance members grant other
Connectivity Standards Alliance members certain intellectual property rights as
set forth in the Connectivity Standards Alliance IPR Policy. Connectivity
Standards Alliance members do not grant you any rights under this license. The
Connectivity Standards Alliance is not responsible for, and shall not be held
responsible in any manner for, identifying or failing to identify any or all
such third party intellectual property rights. Please visit www.csa-iot.org for
more information on how to become a member of the Connectivity Standards
Alliance.
This document and the information contained herein are provided on an “AS IS”
basis and the Connectivity Standards Alliance DISCLAIMS ALL WARRANTIES EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO (A) ANY WARRANTY THAT THE USE OF THE
INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OF THIRD PARTIES (INCLUDING
WITHOUT LIMITATION ANY INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENT, COPYRIGHT
OR TRADEMARK RIGHTS); OR (B) ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE, TITLE OR NONINFRINGEMENT. IN NO EVENT WILL THE
CONNECTIVITY STANDARDS ALLIANCE BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF
BUSINESS, LOSS OF USE OF DATA, INTERRUPTION OF BUSINESS, OR FOR ANY OTHER
DIRECT, INDIRECT, SPECIAL OR EXEMPLARY, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL
DAMAGES OF ANY KIND, IN CONTRACT OR IN TORT, IN CONNECTION WITH THIS DOCUMENT
OR THE INFORMATION CONTAINED HEREIN, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
LOSS OR DAMAGE.
All company, brand and product names in this document may be trademarks that
are the sole property of their respective owners.
This notice and disclaimer must be included on all copies of this document.
Connectivity Standards Alliance
508 Second Street, Suite 206
Davis, CA 95616, USA
-->
<cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="0x0033" name="General Diagnostics Cluster" revision="2">
<revisionHistory>
<revision revision="1" summary="Initial Release"/>
<revision revision="2" summary="UpTime attribute now mandatory, and added TimeSnapshot command, added DMTEST feature."/>
</revisionHistory>
<clusterIds>
<clusterId id="0x0033" name="General Diagnostics"/>
</clusterIds>
<classification hierarchy="base" role="utility" picsCode="DGGEN" scope="Node"/>
<features>
<feature bit="0" code="DMTEST" name="DataModelTest" summary="Support specific testing needs for extended Data Model features"/>
</features>
<dataTypes>
<enum name="BootReasonEnum">
<item value="0" name="Unspecified" summary="The Node is unable to identify the Power-On reason as one of the other provided enumeration values.">
<mandatoryConform/>
</item>
<item value="1" name="PowerOnReboot" summary="The Node has booted as the result of physical interaction with the device resulting in a reboot.">
<mandatoryConform/>
</item>
<item value="2" name="BrownOutReset" summary="The Node has rebooted as the result of a brown-out of the Node's power supply.">
<mandatoryConform/>
</item>
<item value="3" name="SoftwareWatchdogReset" summary="The Node has rebooted as the result of a software watchdog timer.">
<mandatoryConform/>
</item>
<item value="4" name="HardwareWatchdogReset" summary="The Node has rebooted as the result of a hardware watchdog timer.">
<mandatoryConform/>
</item>
<item value="5" name="SoftwareUpdateCompleted" summary="The Node has rebooted as the result of a completed software update.">
<mandatoryConform/>
</item>
<item value="6" name="SoftwareReset" summary="The Node has rebooted as the result of a software initiated reboot.">
<mandatoryConform/>
</item>
</enum>
<enum name="HardwareFaultEnum">
<item value="0" name="Unspecified" summary="The Node has encountered an unspecified fault.">
<mandatoryConform/>
</item>
<item value="1" name="Radio" summary="The Node has encountered a fault with at least one of its radios.">
<optionalConform/>
</item>
<item value="2" name="Sensor" summary="The Node has encountered a fault with at least one of its sensors.">
<optionalConform/>
</item>
<item value="3" name="ResettableOverTemp" summary="The Node has encountered an over-temperature fault that is resettable.">
<optionalConform/>
</item>
<item value="4" name="NonResettableOverTemp" summary="The Node has encountered an over-temperature fault that is not resettable.">
<optionalConform/>
</item>
<item value="5" name="PowerSource" summary="The Node has encountered a fault with at least one of its power sources.">
<optionalConform/>
</item>
<item value="6" name="VisualDisplayFault" summary="The Node has encountered a fault with at least one of its visual displays.">
<optionalConform/>
</item>
<item value="7" name="AudioOutputFault" summary="The Node has encountered a fault with at least one of its audio outputs.">
<optionalConform/>
</item>
<item value="8" name="UserInterfaceFault" summary="The Node has encountered a fault with at least one of its user interfaces.">
<optionalConform/>
</item>
<item value="9" name="NonVolatileMemoryError" summary="The Node has encountered a fault with its non-volatile memory.">
<optionalConform/>
</item>
<item value="10" name="TamperDetected" summary="The Node has encountered disallowed physical tampering.">
<optionalConform/>
</item>
</enum>
<enum name="InterfaceTypeEnum">
<item value="0" name="Unspecified" summary="Indicates an interface of an unspecified type.">
<mandatoryConform/>
</item>
<item value="1" name="WiFi" summary="Indicates a Wi-Fi interface.">
<optionalConform/>
</item>
<item value="2" name="Ethernet" summary="Indicates a Ethernet interface.">
<optionalConform/>
</item>
<item value="3" name="Cellular" summary="Indicates a Cellular interface.">
<optionalConform/>
</item>
<item value="4" name="Thread" summary="Indicates a Thread interface.">
<optionalConform/>
</item>
</enum>
<enum name="NetworkFaultEnum">
<item value="0" name="Unspecified" summary="The Node has encountered an unspecified fault.">
<mandatoryConform/>
</item>
<item value="1" name="HardwareFailure" summary="The Node has encountered a network fault as a result of a hardware failure.">
<optionalConform/>
</item>
<item value="2" name="NetworkJammed" summary="The Node has encountered a network fault as a result of a jammed network.">
<optionalConform/>
</item>
<item value="3" name="ConnectionFailed" summary="The Node has encountered a network fault as a result of a failure to establish a connection.">
<optionalConform/>
</item>
</enum>
<enum name="RadioFaultEnum">
<item value="0" name="Unspecified" summary="The Node has encountered an unspecified radio fault.">
<mandatoryConform/>
</item>
<item value="1" name="WiFiFault" summary="The Node has encountered a fault with its Wi-Fi radio.">
<optionalConform/>
</item>
<item value="2" name="CellularFault" summary="The Node has encountered a fault with its cellular radio.">
<optionalConform/>
</item>
<item value="3" name="ThreadFault" summary="The Node has encountered a fault with its 802.15.4 radio.">
<optionalConform/>
</item>
<item value="4" name="NFCFault" summary="The Node has encountered a fault with its NFC radio.">
<optionalConform/>
</item>
<item value="5" name="BLEFault" summary="The Node has encountered a fault with its BLE radio.">
<optionalConform/>
</item>
<item value="6" name="EthernetFault" summary="The Node has encountered a fault with its Ethernet controller.">
<optionalConform/>
</item>
</enum>
<struct name="NetworkInterface">
<field id="0" name="Name" type="string">
<mandatoryConform/>
<constraint type="maxLength" value="32"/>
</field>
<field id="1" name="IsOperational" type="bool">
<mandatoryConform/>
</field>
<field id="2" name="OffPremiseServicesReachableIPv4" type="bool" default="null">
<quality nullable="true"/>
<mandatoryConform/>
</field>
<field id="3" name="OffPremiseServicesReachableIPv6" type="bool" default="null">
<quality nullable="true"/>
<mandatoryConform/>
</field>
<field id="4" name="HardwareAddress" type="Hardware Address">
<mandatoryConform/>
</field>
<field id="5" name="IPv4Addresses" type="list">
<entry type="ref_Ipv4Adr"/>
<mandatoryConform/>
<constraint type="maxCount" value="4"/>
</field>
<field id="6" name="IPv6Addresses" type="list">
<entry type="ref_Ipv6Adr"/>
<mandatoryConform/>
<constraint type="maxCount" value="8"/>
</field>
<field id="7" name="Type" type="InterfaceTypeEnum">
<mandatoryConform/>
</field>
</struct>
</dataTypes>
<attributes>
<attribute id="0x0000" name="NetworkInterfaces" type="list">
<entry type="NetworkInterface"/>
<access read="true" readPrivilege="view"/>
<mandatoryConform/>
<constraint type="maxCount" value="8"/>
</attribute>
<attribute id="0x0001" name="RebootCount" type="uint16">
<access read="true" readPrivilege="view"/>
<quality changeOmitted="false" nullable="false" scene="false" persistence="nonVolatile" reportable="false"/>
<mandatoryConform/>
</attribute>
<attribute id="0x0002" name="UpTime" type="uint64">
<access read="true" readPrivilege="view"/>
<quality changeOmitted="true" nullable="false" scene="false" persistence="volatile" reportable="false"/>
<mandatoryConform/>
</attribute>
<attribute id="0x0003" name="TotalOperationalHours" type="uint32">
<access read="true" readPrivilege="view"/>
<quality changeOmitted="true" nullable="false" scene="false" persistence="nonVolatile" reportable="false"/>
<optionalConform/>
</attribute>
<attribute id="0x0004" name="BootReason" type="BootReasonEnum">
<access read="true" readPrivilege="view"/>
<optionalConform/>
</attribute>
<attribute id="0x0005" name="ActiveHardwareFaults" type="list">
<entry type="HardwareFaultEnum"/>
<access read="true" readPrivilege="view"/>
<optionalConform/>
<constraint type="maxCount" value="11"/>
</attribute>
<attribute id="0x0006" name="ActiveRadioFaults" type="list">
<entry type="RadioFaultEnum"/>
<access read="true" readPrivilege="view"/>
<optionalConform/>
<constraint type="maxCount" value="7"/>
</attribute>
<attribute id="0x0007" name="ActiveNetworkFaults" type="list">
<entry type="NetworkFaultEnum"/>
<access read="true" readPrivilege="view"/>
<optionalConform/>
<constraint type="maxCount" value="4"/>
</attribute>
<attribute id="0x0008" name="TestEventTriggersEnabled" type="bool">
<access read="true" readPrivilege="view"/>
<mandatoryConform/>
</attribute>
<attribute id="0x0009" name="DoNotUse">
<disallowConform/>
</attribute>
</attributes>
<commands>
<command id="0x00" name="TestEventTrigger" direction="commandToServer" response="Y">
<access invokePrivilege="manage"/>
<mandatoryConform/>
<field id="0" name="EnableKey" type="octstr">
<mandatoryConform/>
<constraint type="maxLength" value="16"/>
</field>
<field id="1" name="EventTrigger" type="uint64">
<mandatoryConform/>
</field>
</command>
<command id="0x01" name="TimeSnapshot" direction="commandToServer" response="TimeSnapshotResponse">
<access invokePrivilege="operate"/>
<mandatoryConform/>
</command>
<command id="0x02" name="TimeSnapshotResponse" direction="responseFromServer">
<mandatoryConform/>
<field id="0" name="SystemTimeMs" type="ref_DataTypeSystemTimeMs" default="MS">
<mandatoryConform/>
</field>
<field id="1" name="PosixTimeMs" type="ref_DataTypePosixMs" default="null">
<quality nullable="true"/>
<mandatoryConform/>
</field>
</command>
<command id="0x03" name="PayloadTestRequest" direction="commandToServer" response="PayloadTestResponse">
<access invokePrivilege="manage"/>
<mandatoryConform>
<feature name="DMTEST"/>
</mandatoryConform>
<field id="0" name="EnableKey" type="octstr">
<mandatoryConform/>
<constraint type="maxLength" value="16"/>
</field>
<field id="1" name="Value" type="uint8">
<mandatoryConform/>
</field>
<field id="2" name="Count" type="uint16">
<mandatoryConform/>
<constraint type="max" value="2048"/>
</field>
</command>
<command id="0x04" name="PayloadTestResponse" direction="responseFromServer">
<access invokePrivilege="manage"/>
<mandatoryConform>
<feature name="DMTEST"/>
</mandatoryConform>
<field id="0" name="Payload" type="octstr">
<mandatoryConform/>
<constraint type="maxLength" value="2048"/>
</field>
</command>
</commands>
<events>
<event id="0x00" name="HardwareFaultChange" priority="critical">
<access readPrivilege="view"/>
<optionalConform/>
<field id="0" name="Current" type="list">
<entry type="HardwareFaultEnum"/>
<mandatoryConform/>
<constraint type="maxCount" value="11"/>
</field>
<field id="1" name="Previous" type="list">
<entry type="HardwareFaultEnum"/>
<mandatoryConform/>
<constraint type="maxCount" value="11"/>
</field>
</event>
<event id="0x01" name="RadioFaultChange" priority="critical">
<access readPrivilege="view"/>
<optionalConform/>
<field id="0" name="Current" type="list">
<entry type="RadioFaultEnum"/>
<mandatoryConform/>
<constraint type="maxCount" value="7"/>
</field>
<field id="1" name="Previous" type="list">
<entry type="RadioFaultEnum"/>
<mandatoryConform/>
<constraint type="maxCount" value="7"/>
</field>
</event>
<event id="0x02" name="NetworkFaultChange" priority="critical">
<access readPrivilege="view"/>
<optionalConform/>
<field id="0" name="Current" type="list">
<entry type="NetworkFaultEnum"/>
<mandatoryConform/>
<constraint type="maxCount" value="4"/>
</field>
<field id="1" name="Previous" type="list">
<entry type="NetworkFaultEnum"/>
<mandatoryConform/>
<constraint type="maxCount" value="4"/>
</field>
</event>
<event id="0x03" name="BootReason" priority="critical">
<access readPrivilege="view"/>
<mandatoryConform/>
<field id="0" name="BootReason" type="BootReasonEnum">
<mandatoryConform/>
</field>
</event>
</events>
</cluster>