@@ -11,9 +11,25 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
11
See the License for the specific language governing permissions and
12
12
limitations under the License.
13
13
-->
14
+
14
15
<configurator >
15
16
<domain name =" Energy Management" />
16
- <cluster apiMaturity =" provisional" >
17
+
18
+ <enum name =" MeterTypeEnum" type =" enum8" >
19
+ <cluster code =" 0x0B01" />
20
+ <item name =" Utility" value =" 0x00" />
21
+ <item name =" Private" value =" 0x01" />
22
+ <item name =" Generic" value =" 0x02" />
23
+ </enum >
24
+
25
+ <enum name =" PowerThresholdSourceEnum" type =" enum8" >
26
+ <cluster code =" 0x0B01" />
27
+ <item name =" Contract" value =" 0x00" />
28
+ <item name =" Regulator" value =" 0x01" />
29
+ <item name =" Equipment" value =" 0x02" />
30
+ </enum >
31
+
32
+ <cluster >
17
33
<name >Meter Identification</name >
18
34
<domain >Energy Management</domain >
19
35
<code >0x0B01</code >
@@ -24,7 +40,7 @@ limitations under the License.
24
40
25
41
<features >
26
42
<feature bit =" 0" code =" PWRTHLD" name =" PowerThreshold" summary =" Supports information about power threshold" >
27
- <optionalConform />
43
+ <provisionalConform />
28
44
</feature >
29
45
</features >
30
46
@@ -36,22 +52,8 @@ limitations under the License.
36
52
</attribute >
37
53
<attribute code =" 0x0002" side =" server" define =" UTILITY_NAME" type =" char_string" length =" 16" isNullable =" true" >UtilityName</attribute >
38
54
<attribute code =" 0x0003" side =" server" define =" POINT_OF_DELIVERY" type =" char_string" length =" 16" isNullable =" true" >PointOfDelivery</attribute >
39
- <attribute code =" 0x0004" side =" server" define =" POWER_THRESHOLD" type =" power-mW " isNullable =" true" >PowerThreshold</attribute >
55
+ <attribute code =" 0x0004" side =" server" define =" POWER_THRESHOLD" type =" power_mw " isNullable =" true" >PowerThreshold</attribute >
40
56
<attribute code =" 0x0005" side =" server" define =" POWER_THRESHOLD_SOURCE" type =" PowerThresholdSourceEnum" isNullable =" true" >PowerThresholdSource</attribute >
41
57
</cluster >
42
58
43
- <enum name =" MeterTypeEnum" type =" enum8" >
44
- <cluster code =" 0x0B01" />
45
- <item name =" Utility" value =" 0x00" />
46
- <item name =" Private" value =" 0x01" />
47
- <item name =" Generic" value =" 0x02" />
48
- </enum >
49
-
50
- <enum name =" PowerThresholdSourceEnum" type =" enum8" >
51
- <cluster code =" 0x0B01" />
52
- <item name =" Contract" value =" 0x00" />
53
- <item name =" Regulator" value =" 0x01" />
54
- <item name =" Equipment" value =" 0x02" />
55
- </enum >
56
-
57
59
</configurator >
0 commit comments