File tree 6 files changed +27
-38
lines changed
src/app/zap-templates/zcl/data-model/chip
6 files changed +27
-38
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,6 @@ limitations under the License.
41
41
<feature bit =" 4" code =" SCR" name =" ScheduledContentRating" summary =" Supports managing content controls based upon rating threshold for scheduled content." >
42
42
<optionalConform />
43
43
</feature >
44
- <feature bit =" 5" code =" BC" name =" BlockChannels" summary =" Supports managing a set of channels that are prohibited." >
45
- <optionalConform />
46
- </feature >
47
- <feature bit =" 6" code =" BA" name =" BlockApplications" summary =" Supports managing a set of applications that are prohibited." >
48
- <optionalConform />
49
- </feature >
50
- <feature bit =" 7" code =" BTW" name =" BlockContentTimeWindow" summary =" Supports managing content controls based upon setting time window in which all contents and applications SHALL be blocked." >
51
- <optionalConform />
52
- </feature >
53
44
</features >
54
45
55
46
<attribute side =" server" code =" 0x0000" define =" ENABLED" type =" boolean" writable =" false" optional =" false" >Enabled</attribute >
Original file line number Diff line number Diff line change @@ -26,24 +26,6 @@ limitations under the License.
26
26
<description >This cluster provides an interface for launching content on a media player device such as a TV or Speaker.</description >
27
27
<globalAttribute side =" either" code =" 0xFFFD" value =" 1" />
28
28
29
- <features >
30
- <feature bit =" 0" code =" CS" name =" ContentSearch" summary =" Device supports content search (non-app specific)" >
31
- <optionalConform />
32
- </feature >
33
- <feature bit =" 1" code =" UP" name =" URLPlayback" summary =" Device supports basic URL-based file playback" >
34
- <optionalConform />
35
- </feature >
36
- <feature bit =" 2" code =" AS" name =" AdvancedSeek" summary =" Enables clients to implement more advanced media seeking behavior in their user interface, such as for example a " seek bar" ." >
37
- <optionalConform />
38
- </feature >
39
- <feature bit =" 3" code =" TT" name =" TextTracks" summary =" Device or app supports Text Tracks." >
40
- <optionalConform />
41
- </feature >
42
- <feature bit =" 4" code =" AT" name =" AudioTracks" summary =" Device or app supports Audio Tracks." >
43
- <optionalConform />
44
- </feature >
45
- </features >
46
-
47
29
<attribute side =" server" code =" 0x0000" define =" CONTENT_LAUNCHER_ACCEPT_HEADER" type =" array" entryType =" char_string" length =" 254" writable =" false" optional =" true" >AcceptHeader</attribute >
48
30
<attribute side =" server" code =" 0x0001" define =" CONTENT_LAUNCHER_SUPPORTED_STREAMING_PROTOCOLS" type =" SupportedProtocolsBitmap" default =" 0" writable =" false" optional =" true" >SupportedStreamingProtocols</attribute >
49
31
@@ -194,4 +176,13 @@ limitations under the License.
194
176
<field name =" HLS" mask =" 0x2" />
195
177
</bitmap >
196
178
179
+ <bitmap name =" Feature" type =" bitmap32" >
180
+ <cluster code =" 0x050a" />
181
+ <field name =" ContentSearch" mask =" 0x1" />
182
+ <field name =" URLPlayback" mask =" 0x2" />
183
+ <field name =" AdvancedSeek" mask =" 0x3" />
184
+ <field name =" TextTracks" mask =" 0x4" />
185
+ <field name =" AudioTracks" mask =" 0x5" />
186
+ </bitmap >
187
+
197
188
</configurator >
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ limitations under the License.
65
65
</globalAttribute >
66
66
67
67
<features >
68
- <feature bit =" 0" code =" PIN" name =" PINCredential " summary =" Lock supports PIN credentials (via keypad, or over-the-air)" >
68
+ <feature bit =" 0" code =" PIN" name =" PinCredential " summary =" Lock supports PIN credentials (via keypad, or over-the-air)" >
69
69
<optionalConform />
70
70
</feature >
71
- <feature bit =" 1" code =" RID" name =" RFIDCredential " summary =" Lock supports RFID credentials" >
71
+ <feature bit =" 1" code =" RID" name =" RfidCredential " summary =" Lock supports RFID credentials" >
72
72
<optionalConform />
73
73
</feature >
74
74
<feature bit =" 2" code =" FGP" name =" FingerCredentials" summary =" Lock supports finger related credentials (fingerprint, finger vein)" >
@@ -92,7 +92,7 @@ limitations under the License.
92
92
<optionalConform />
93
93
</otherwiseConform >
94
94
</feature >
95
- <feature bit =" 7" code =" COTA" name =" CredentialOverTheAirAccess " summary =" PIN codes over-the-air supported for lock/unlock operations" >
95
+ <feature bit =" 7" code =" COTA" name =" CredentialsOverTheAirAccess " summary =" PIN codes over-the-air supported for lock/unlock operations" >
96
96
<optionalConform />
97
97
</feature >
98
98
<feature bit =" 8" code =" USR" name =" User" summary =" Lock supports the user commands and database" >
@@ -114,7 +114,13 @@ limitations under the License.
114
114
<feature bit =" 11" code =" HDSCH" name =" HolidaySchedules" summary =" Lock supports holiday schedules" >
115
115
<optionalConform />
116
116
</feature >
117
- <feature bit =" 12" code =" UBOLT" name =" Unbolting" summary =" Lock supports unbolting" >
117
+ <feature bit =" 12" code =" UBOLT" name =" Unbolt" summary =" Lock supports unbolting" >
118
+ <optionalConform />
119
+ </feature >
120
+ <feature bit =" 13" code =" ALIRO" name =" AliroProvisioning" summary =" AliroProvisioning" >
121
+ <optionalConform />
122
+ </feature >
123
+ <feature bit =" 14" code =" ALBU" name =" AliroBLEUWB" summary =" AliroBLEUWB" >
118
124
<optionalConform />
119
125
</feature >
120
126
</features >
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ limitations under the License.
29
29
<client tick =" false" init =" false" >true</client >
30
30
<server tick =" false" init =" false" >true</server >
31
31
32
- <features >
33
- <feature bit =" 0" code =" RESET" name =" Reset" summary =" Supports the ability to reset alarms" >
34
- <disallowConform />
35
- </feature >
36
- </features >
37
-
38
32
<attribute side =" server" code =" 0x0000" define =" MASK" type =" AlarmBitmap" default =" 0" writable =" false" optional =" false" >Mask</attribute >
39
33
<attribute side =" server" code =" 0x0002" define =" STATE" type =" AlarmBitmap" default =" 0" writable =" false" optional =" false" >State</attribute >
40
34
<attribute side =" server" code =" 0x0003" define =" SUPPORTED" type =" AlarmBitmap" default =" 0" writable =" false" optional =" false" >Supported</attribute >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ limitations under the License.
40
40
<feature bit =" 0" code =" SMOKE" name =" SmokeAlarm" summary =" Supports Smoke alarm" >
41
41
<optionalConform choice =" a" more =" true" />
42
42
</feature >
43
- <feature bit =" 1" code =" CO" name =" COAlarm " summary =" Supports CO alarm" >
43
+ <feature bit =" 1" code =" CO" name =" CoAlarm " summary =" Supports CO alarm" >
44
44
<optionalConform choice =" a" more =" true" />
45
45
</feature >
46
46
</features >
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ limitations under the License.
38
38
39
39
<globalAttribute side =" either" code =" 0xFFFD" value =" 1" />
40
40
41
+ <features >
42
+ <feature bit =" 0" code =" RESET" name =" Reset" summary =" Supports the ability to reset timer" >
43
+ <optionalConform />
44
+ </feature >
45
+ </features >
46
+
47
+
41
48
<attribute side =" server" code =" 0x0000" define =" SET_TIME" type =" elapsed_s" writable =" false" isNullable =" false" optional =" false" >SetTime</attribute >
42
49
<attribute side =" server" code =" 0x0001" define =" TIME_REMAINING" type =" elapsed_s" writable =" false" isNullable =" false" optional =" false" >TimeRemaining</attribute >
43
50
<attribute side =" server" code =" 0x0002" define =" TIMER_STATE" type =" TimerStatusEnum" writable =" false" isNullable =" false" optional =" false" >TimerState</attribute >
You can’t perform that action at this time.
0 commit comments