1
- <?xml version =" 1.0" ?>
2
- <!--
3
- Copyright (C) Connectivity Standards Alliance (2024). All rights reserved.
4
-
5
- The information within this document is the property of the Connectivity
6
- Standards Alliance and its use and disclosure are restricted, except as
7
- expressly set forth herein.
8
-
9
- Connectivity Standards Alliance hereby grants you a fully-paid, non-exclusive,
10
- nontransferable, worldwide, limited and revocable license (without the right to
11
- sublicense), under Connectivity Standards Alliance's applicable copyright
12
- rights, to view, download, save, reproduce and use the document solely for your
13
- own internal purposes and in accordance with the terms of the license set forth
14
- herein. This license does not authorize you to, and you expressly warrant that
15
- you shall not: (a) permit others (outside your organization) to use this
16
- document; (b) post or publish this document; (c) modify, adapt, translate, or
17
- otherwise change this document in any manner or create any derivative work
18
- based on this document; (d) remove or modify any notice or label on this
19
- document, including this Copyright Notice, License and Disclaimer. The
20
- Connectivity Standards Alliance does not grant you any license hereunder other
21
- than as expressly stated herein.
22
-
23
- Elements of this document may be subject to third party intellectual property
24
- rights, including without limitation, patent, copyright or trademark rights,
25
- and any such third party may or may not be a member of the Connectivity
26
- Standards Alliance. Connectivity Standards Alliance members grant other
27
- Connectivity Standards Alliance members certain intellectual property rights as
28
- set forth in the Connectivity Standards Alliance IPR Policy. Connectivity
29
- Standards Alliance members do not grant you any rights under this license. The
30
- Connectivity Standards Alliance is not responsible for, and shall not be held
31
- responsible in any manner for, identifying or failing to identify any or all
32
- such third party intellectual property rights. Please visit www.csa-iot.org for
33
- more information on how to become a member of the Connectivity Standards
34
- Alliance.
35
-
36
- This document and the information contained herein are provided on an “AS IS”
37
- basis and the Connectivity Standards Alliance DISCLAIMS ALL WARRANTIES EXPRESS
38
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO (A) ANY WARRANTY THAT THE USE OF THE
39
- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OF THIRD PARTIES (INCLUDING
40
- WITHOUT LIMITATION ANY INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENT, COPYRIGHT
41
- OR TRADEMARK RIGHTS); OR (B) ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
42
- FOR A PARTICULAR PURPOSE, TITLE OR NONINFRINGEMENT. IN NO EVENT WILL THE
43
- CONNECTIVITY STANDARDS ALLIANCE BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF
44
- BUSINESS, LOSS OF USE OF DATA, INTERRUPTION OF BUSINESS, OR FOR ANY OTHER
45
- DIRECT, INDIRECT, SPECIAL OR EXEMPLARY, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL
46
- DAMAGES OF ANY KIND, IN CONTRACT OR IN TORT, IN CONNECTION WITH THIS DOCUMENT
47
- OR THE INFORMATION CONTAINED HEREIN, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
48
- LOSS OR DAMAGE.
49
-
50
- All company, brand and product names in this document may be trademarks that
51
- are the sole property of their respective owners.
52
-
53
- This notice and disclaimer must be included on all copies of this document.
54
-
55
- Connectivity Standards Alliance
56
- 508 Second Street, Suite 206
57
- Davis, CA 95616, USA
58
-
59
- :xrefstyle: short
60
- -->
61
- <cluster xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" types types.xsd cluster cluster.xsd" id =" 0x0B06" name =" Meter Identification Cluster" revision =" 1" >
62
- <revisionHistory >
63
- <revision revision =" 1" summary =" Initial version" />
64
- </revisionHistory >
65
- <clusterIds >
66
- <clusterId id =" 0x0B06" name =" Meter Identification" />
67
- </clusterIds >
68
- <classification hierarchy =" base" role =" application" picsCode =" MTRID" scope =" Endpoint" />
69
- <features >
70
- <feature bit =" 0" code =" PWRTHLD" name =" PowerThreshold" summary =" Supports information about power threshold" >
71
- <optionalConform />
72
- </feature >
73
- </features >
74
- <dataTypes >
75
- <enum name =" MeterTypeEnum" >
76
- <item value =" 0x00" name =" Utility" summary =" Utility Meter" >
77
- <mandatoryConform />
78
- </item >
79
- <item value =" 0x01" name =" Private" summary =" Private Meter" >
80
- <mandatoryConform />
81
- </item >
82
- <item value =" 0x02" name =" Generic" summary =" Generic Meter" >
83
- <mandatoryConform />
84
- </item >
85
- </enum >
86
- <enum name =" PowerThresholdSourceEnum" >
87
- <item value =" 0x00" name =" Contract" summary =" The value comes from a signed contract" >
88
- <mandatoryConform />
89
- </item >
90
- <item value =" 0x01" name =" Regulator" summary =" The value comes from a legal regulator" >
91
- <mandatoryConform />
92
- </item >
93
- <item value =" 0x02" name =" Equipment" summary =" The value comes from a certified limits of the meter" >
94
- <mandatoryConform />
95
- </item >
96
- </enum >
97
- </dataTypes >
98
- <attributes >
99
- <attribute id =" 0x0000" name =" MeterType" type =" MeterTypeEnum" default =" null" >
100
- <access read =" true" readPrivilege =" view" />
101
- <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
102
- <mandatoryConform />
103
- </attribute >
104
- <attribute id =" 0x0001" name =" UtilityName" type =" string" default =" null" >
105
- <access read =" true" readPrivilege =" view" />
106
- <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
107
- <mandatoryConform />
108
- <constraint type =" maxLength" value =" 16" />
109
- </attribute >
110
- <attribute id =" 0x0002" name =" PointOfDelivery" type =" string" default =" null" >
111
- <access read =" true" readPrivilege =" view" />
112
- <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
113
- <mandatoryConform />
114
- <constraint type =" maxLength" value =" 16" />
115
- </attribute >
116
- <attribute id =" 0x0003" name =" PowerThreshold" type =" power-mW" default =" null" >
117
- <access read =" true" readPrivilege =" view" />
118
- <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
119
- <mandatoryConform >
120
- <feature name =" PWRTHLD" />
121
- </mandatoryConform >
122
- </attribute >
123
- <attribute id =" 0x0004" name =" PowerThresholdSource" type =" PowerThresholdSourceEnum" default =" null" >
124
- <access read =" true" readPrivilege =" view" />
125
- <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
126
- <mandatoryConform >
127
- <feature name =" PWRTHLD" />
128
- </mandatoryConform >
129
- </attribute >
130
- </attributes >
131
- </cluster >
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ Copyright (C) Connectivity Standards Alliance (2024). All rights reserved.
4
+
5
+ The information within this document is the property of the Connectivity
6
+ Standards Alliance and its use and disclosure are restricted, except as
7
+ expressly set forth herein.
8
+
9
+ Connectivity Standards Alliance hereby grants you a fully-paid, non-exclusive,
10
+ nontransferable, worldwide, limited and revocable license (without the right to
11
+ sublicense), under Connectivity Standards Alliance's applicable copyright
12
+ rights, to view, download, save, reproduce and use the document solely for your
13
+ own internal purposes and in accordance with the terms of the license set forth
14
+ herein. This license does not authorize you to, and you expressly warrant that
15
+ you shall not: (a) permit others (outside your organization) to use this
16
+ document; (b) post or publish this document; (c) modify, adapt, translate, or
17
+ otherwise change this document in any manner or create any derivative work
18
+ based on this document; (d) remove or modify any notice or label on this
19
+ document, including this Copyright Notice, License and Disclaimer. The
20
+ Connectivity Standards Alliance does not grant you any license hereunder other
21
+ than as expressly stated herein.
22
+
23
+ Elements of this document may be subject to third party intellectual property
24
+ rights, including without limitation, patent, copyright or trademark rights,
25
+ and any such third party may or may not be a member of the Connectivity
26
+ Standards Alliance. Connectivity Standards Alliance members grant other
27
+ Connectivity Standards Alliance members certain intellectual property rights as
28
+ set forth in the Connectivity Standards Alliance IPR Policy. Connectivity
29
+ Standards Alliance members do not grant you any rights under this license. The
30
+ Connectivity Standards Alliance is not responsible for, and shall not be held
31
+ responsible in any manner for, identifying or failing to identify any or all
32
+ such third party intellectual property rights. Please visit www.csa-iot.org for
33
+ more information on how to become a member of the Connectivity Standards
34
+ Alliance.
35
+
36
+ This document and the information contained herein are provided on an “AS IS”
37
+ basis and the Connectivity Standards Alliance DISCLAIMS ALL WARRANTIES EXPRESS
38
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO (A) ANY WARRANTY THAT THE USE OF THE
39
+ INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OF THIRD PARTIES (INCLUDING
40
+ WITHOUT LIMITATION ANY INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENT, COPYRIGHT
41
+ OR TRADEMARK RIGHTS); OR (B) ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
42
+ FOR A PARTICULAR PURPOSE, TITLE OR NONINFRINGEMENT. IN NO EVENT WILL THE
43
+ CONNECTIVITY STANDARDS ALLIANCE BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF
44
+ BUSINESS, LOSS OF USE OF DATA, INTERRUPTION OF BUSINESS, OR FOR ANY OTHER
45
+ DIRECT, INDIRECT, SPECIAL OR EXEMPLARY, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL
46
+ DAMAGES OF ANY KIND, IN CONTRACT OR IN TORT, IN CONNECTION WITH THIS DOCUMENT
47
+ OR THE INFORMATION CONTAINED HEREIN, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
48
+ LOSS OR DAMAGE.
49
+
50
+ All company, brand and product names in this document may be trademarks that
51
+ are the sole property of their respective owners.
52
+
53
+ This notice and disclaimer must be included on all copies of this document.
54
+
55
+ Connectivity Standards Alliance
56
+ 508 Second Street, Suite 206
57
+ Davis, CA 95616, USA
58
+
59
+ :xrefstyle: short
60
+ -->
61
+ <cluster xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" types types.xsd cluster cluster.xsd" id =" 0x0B06" name =" Meter Identification Cluster" revision =" 1" >
62
+ <revisionHistory >
63
+ <revision revision =" 1" summary =" Initial version" />
64
+ </revisionHistory >
65
+ <clusterIds >
66
+ <clusterId id =" 0x0B06" name =" Meter Identification" />
67
+ </clusterIds >
68
+ <classification hierarchy =" base" role =" application" picsCode =" MTRID" scope =" Endpoint" />
69
+ <features >
70
+ <feature bit =" 0" code =" PWRTHLD" name =" PowerThreshold" summary =" Supports information about power threshold" >
71
+ <optionalConform />
72
+ </feature >
73
+ </features >
74
+ <dataTypes >
75
+ <enum name =" MeterTypeEnum" >
76
+ <item value =" 0x00" name =" Utility" summary =" Utility Meter" >
77
+ <mandatoryConform />
78
+ </item >
79
+ <item value =" 0x01" name =" Private" summary =" Private Meter" >
80
+ <mandatoryConform />
81
+ </item >
82
+ <item value =" 0x02" name =" Generic" summary =" Generic Meter" >
83
+ <mandatoryConform />
84
+ </item >
85
+ </enum >
86
+ <enum name =" PowerThresholdSourceEnum" >
87
+ <item value =" 0x00" name =" Contract" summary =" The value comes from a signed contract" >
88
+ <mandatoryConform />
89
+ </item >
90
+ <item value =" 0x01" name =" Regulator" summary =" The value comes from a legal regulator" >
91
+ <mandatoryConform />
92
+ </item >
93
+ <item value =" 0x02" name =" Equipment" summary =" The value comes from a certified limits of the meter" >
94
+ <mandatoryConform />
95
+ </item >
96
+ </enum >
97
+ </dataTypes >
98
+ <attributes >
99
+ <attribute id =" 0x0000" name =" MeterType" type =" MeterTypeEnum" default =" null" >
100
+ <access read =" true" readPrivilege =" view" />
101
+ <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
102
+ <mandatoryConform />
103
+ </attribute >
104
+ <attribute id =" 0x0001" name =" UtilityName" type =" string" default =" null" >
105
+ <access read =" true" readPrivilege =" view" />
106
+ <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
107
+ <mandatoryConform />
108
+ <constraint type =" maxLength" value =" 16" />
109
+ </attribute >
110
+ <attribute id =" 0x0002" name =" PointOfDelivery" type =" string" default =" null" >
111
+ <access read =" true" readPrivilege =" view" />
112
+ <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
113
+ <mandatoryConform />
114
+ <constraint type =" maxLength" value =" 16" />
115
+ </attribute >
116
+ <attribute id =" 0x0003" name =" PowerThreshold" type =" power-mW" default =" null" >
117
+ <access read =" true" readPrivilege =" view" />
118
+ <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
119
+ <mandatoryConform >
120
+ <feature name =" PWRTHLD" />
121
+ </mandatoryConform >
122
+ </attribute >
123
+ <attribute id =" 0x0004" name =" PowerThresholdSource" type =" PowerThresholdSourceEnum" default =" null" >
124
+ <access read =" true" readPrivilege =" view" />
125
+ <quality changeOmitted =" false" nullable =" true" scene =" false" persistence =" volatile" reportable =" false" sourceAttribution =" false" quieterReporting =" false" />
126
+ <mandatoryConform >
127
+ <feature name =" PWRTHLD" />
128
+ </mandatoryConform >
129
+ </attribute >
130
+ </attributes >
131
+ </cluster >
0 commit comments