1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- Copyright (c) 2008,2020 Silicon Labs.
3
+ Copyright (c) 2023 Project CHIP Authors
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
@@ -15,36 +15,18 @@ See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
17
17
<configurator >
18
- <domain name =" General" spec =" zcl-8.0-07-5123-08" certifiable =" true" >
19
- <older spec =" zcl-7.0-07-5123-07" certifiable =" true" />
20
- <older spec =" zcl6-errata-14-0129-15" />
21
- <older spec =" zcl-6.0-15-02017-001" />
22
- <older spec =" zcl-1.0-07-5123-03" />
23
- </domain >
24
- <domain name =" Lighting & Occupancy" spec =" l& o-1.0-15-0014-04" certifiable =" false" />
25
- <domain name =" HA" spec =" ha-1.2.1-05-3520-30" dependsOn =" zcl-1.0-07-5123-03" certifiable =" false" >
26
- <older spec =" ha-1.2-05-3520-29" dependsOn =" zcl-1.0-07-5123-03" certifiable =" true" />
27
- <older spec =" ha-1.1-05-3520-27" dependsOn =" zcl-1.0-07-5123-03" certifiable =" true" />
28
- </domain >
29
- <cluster >
30
- <name >On/off Switch Configuration</name >
31
- <domain >General</domain >
32
- <description >Attributes and commands for configuring On/Off switching devices.</description >
33
- <code >0x0007</code >
34
- <define >ON_OFF_SWITCH_CONFIGURATION_CLUSTER</define >
35
- <client tick =" false" init =" false" >true</client >
36
- <server tick =" false" init =" false" >true</server >
37
- <attribute side =" server" code =" 0x0000" define =" SWITCH_TYPE" type =" ENUM8" min =" 0x00" max =" 0x01" writable =" false" optional =" false" >switch type</attribute >
38
- <attribute side =" server" code =" 0x0010" define =" SWITCH_ACTIONS" type =" ENUM8" min =" 0x00" max =" 0x02" writable =" true" default =" 0x00" optional =" false" >switch actions</attribute >
39
- </cluster >
18
+ <domain name =" General" />
19
+
40
20
<cluster >
41
21
<name >Binary Input (Basic)</name >
42
22
<domain >General</domain >
43
23
<description >An interface for reading the value of a binary measurement and accessing various characteristics of that measurement. </description >
44
24
<code >0x000F</code >
45
25
<define >BINARY_INPUT_BASIC_CLUSTER</define >
26
+
46
27
<client tick =" false" init =" false" >true</client >
47
28
<server tick =" false" init =" false" >true</server >
29
+
48
30
<attribute side =" server" code =" 0x0004" define =" ACTIVE_TEXT" type =" CHAR_STRING" length =" 16" writable =" true" default =" " optional =" true" >active text</attribute >
49
31
<attribute side =" server" code =" 0x001C" define =" DESCRIPTION" type =" CHAR_STRING" length =" 16" writable =" true" default =" " optional =" true" >description</attribute >
50
32
<attribute side =" server" code =" 0x002E" define =" INACTIVE_TEXT" type =" CHAR_STRING" length =" 16" writable =" true" default =" " optional =" true" >inactive text</attribute >
@@ -55,14 +37,4 @@ limitations under the License.
55
37
<attribute side =" server" code =" 0x006F" define =" STATUS_FLAGS" type =" BITMAP8" min =" 0x00" max =" 0x0F" writable =" false" default =" 0x00" reportable =" true" optional =" false" >status flags</attribute >
56
38
<attribute side =" server" code =" 0x0100" define =" APPLICATION_TYPE" type =" INT32U" min =" 0x00000000" max =" 0xFFFFFFFF" writable =" false" optional =" true" >application type</attribute >
57
39
</cluster >
58
- <bitmap name =" LevelControlFeature" type =" BITMAP32" >
59
- <cluster code =" 0x0008" />
60
- <field name =" OnOff" mask =" 0x1" />
61
- <field name =" Lighting" mask =" 0x2" />
62
- <field name =" Frequency" mask =" 0x4" />
63
- </bitmap >
64
- <bitmap name =" GroupClusterFeature" type =" BITMAP32" >
65
- <cluster code =" 0x0004" />
66
- <field name =" GroupNames" mask =" 0x1" />
67
- </bitmap >
68
40
</configurator >
0 commit comments