File tree 6 files changed +33
-2
lines changed
src/app/zap-templates/zcl/data-model/chip
6 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ limitations under the License.
101
101
<globalAttribute side =" either" code =" 0xFFFD" value =" 6" />
102
102
103
103
<features >
104
- <feature bit =" 0" code =" HS" name =" Hue/ Saturation" summary =" Supports color specification via hue/saturation." >
104
+ <feature bit =" 0" code =" HS" name =" Hue And Saturation" summary =" Supports color specification via hue/saturation." >
105
105
<optionalConform />
106
106
</feature >
107
107
<feature bit =" 1" code =" EHUE" name =" Enhanced Hue" summary =" Enhanced hue is supported." >
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ limitations under the License.
37
37
<client tick =" false" init =" false" >true</client >
38
38
<server tick =" false" init =" false" >true</server >
39
39
40
+ <features >
41
+ <feature bit =" 0" code =" RESET" name =" Reset" summary =" Supports the ability to reset alarms" >
42
+ <optionalConform />
43
+ </feature >
44
+ </features >
45
+
40
46
<attribute side =" server" code =" 0x0000" define =" MASK" type =" AlarmBitmap" default =" 0" writable =" false" optional =" false" >Mask</attribute >
41
47
<attribute side =" server" code =" 0x0001" define =" LATCH" type =" AlarmBitmap" default =" 0" writable =" false" optional =" true" >Latch</attribute >
42
48
<attribute side =" server" code =" 0x0002" define =" STATE" type =" AlarmBitmap" default =" 0" writable =" false" optional =" false" >State</attribute >
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ limitations under the License.
107
107
<feature bit =" 2" code =" ET" name =" EthernetNetworkInterface" summary =" Ethernet related features" >
108
108
<optionalConform choice =" a" />
109
109
</feature >
110
+ <feature bit =" 3" code =" PC" name =" PerDeviceCredentials" summary =" Device related features" >
111
+ <optionalConform choice =" a" />
112
+ </feature >
110
113
</features >
111
114
112
115
<attribute side =" server" code =" 0x0000" define =" MAX_NETWORKS" type =" int8u" writable =" false" optional =" false" >
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ limitations under the License.
38
38
<server init =" false" tick =" false" >true</server >
39
39
<description >Attributes and commands for selecting a mode from a list of supported options.</description >
40
40
<globalAttribute side =" either" code =" 0xFFFD" value =" 2" />
41
+
41
42
<!-- Base data types -->
42
43
<attribute side =" server" code =" 0x0000" define =" SUPPORTED_MODES" type =" array" entryType =" ModeOptionStruct" writable =" false" optional =" false" isNullable =" false" length =" 255" >SupportedModes</attribute >
43
44
<attribute side =" server" code =" 0x0001" define =" CURRENT_MODE" type =" int8u" writable =" false" optional =" false" isNullable =" false" reportable =" true" >CurrentMode</attribute >
@@ -61,5 +62,10 @@ limitations under the License.
61
62
</command >
62
63
</cluster >
63
64
65
+ <bitmap name =" Feature" type =" bitmap32" >
66
+ <cluster code =" 0x0055" />
67
+ <field name =" NoFeatures" mask =" 0x0" />
68
+ <!-- Feature OnOff with code 0x01 is deprecated -->
69
+ </bitmap >
64
70
65
71
</configurator >
Original file line number Diff line number Diff line change @@ -68,5 +68,9 @@ limitations under the License.
68
68
</command >
69
69
</cluster >
70
70
71
-
71
+ <bitmap name =" Feature" type =" bitmap32" >
72
+ <cluster code =" 0x0054" />
73
+ <field name =" NoFeatures" mask =" 0x0" />
74
+ <!-- Feature OnOff with code 0x01 is deprecated -->
75
+ </bitmap >
72
76
</configurator >
Original file line number Diff line number Diff line change @@ -314,6 +314,18 @@ limitations under the License.
314
314
<feature bit =" 6" code =" LTNE" name =" LocalTemperatureNotExposed" summary =" Thermostat does not expose the LocalTemperature Value in the LocalTemperature attribute" >
315
315
<optionalConform />
316
316
</feature >
317
+ <feature bit =" 7" code =" MSC" name =" MatterScheduleConfiguration" summary =" MatterScheduleConfiguration" >
318
+ <optionalConform />
319
+ </feature >
320
+ <feature bit =" 8" code =" P" name =" Presets" summary =" Presets" >
321
+ <optionalConform />
322
+ </feature >
323
+ <feature bit =" 9" code =" S" name =" Setpoints" summary =" Setpoints" >
324
+ <optionalConform />
325
+ </feature >
326
+ <feature bit =" 10" code =" QPS" name =" QueuedPresetsSupported" summary =" QueuedPresetsSupported" >
327
+ <optionalConform />
328
+ </feature >
317
329
</features >
318
330
319
331
<!-- Attributes -->
You can’t perform that action at this time.
0 commit comments