Skip to content

Commit

Permalink
Sync window covering controller device type with specs (#21911)
Browse files Browse the repository at this point in the history
* Sync window covering controller device type with specs

* Addressed review comments
  • Loading branch information
jadhavrohit924 authored and pull[bot] committed Nov 2, 2022
1 parent 563b889 commit 33a4215
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ limitations under the License.
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0203</deviceId>
<clusters lockOthers="true">
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="true">
<include cluster="Identify" client="false" server="false" clientLocked="false" serverLocked="false">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
Expand All @@ -1557,24 +1557,11 @@ limitations under the License.
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
</include>
<include cluster="Binding" client="true" server="false" clientLocked="false" serverLocked="true">
<include cluster="Binding" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>BINDING</requireAttribute>
</include>
<include cluster="Scenes" client="true" server="false" clientLocked="true" serverLocked="true">
</include>
<include cluster="Groups" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>GROUP_NAME_SUPPORT</requireAttribute>
<requireCommand>AddGroup</requireCommand>
<requireCommand>AddGroupResponse</requireCommand>
<requireCommand>ViewGroup</requireCommand>
<requireCommand>ViewGroupResponse</requireCommand>
<requireCommand>GetGroupMembership</requireCommand>
<requireCommand>GetGroupMembershipResponse</requireCommand>
<requireCommand>RemoveGroup</requireCommand>
<requireCommand>RemoveGroupResponse</requireCommand>
<requireCommand>RemoveAllGroups</requireCommand>
<requireCommand>AddGroupIfIdentifying</requireCommand>
</include>
<include cluster="Scenes" client="false" server="false" clientLocked="false" serverLocked="true"></include>
<include cluster="Groups" client="false" server="false" clientLocked="false" serverLocked="true"></include>
<include cluster="Window Covering" client="true" server="false" clientLocked="true" serverLocked="true"></include>
</clusters>
</deviceType>
Expand Down

0 comments on commit 33a4215

Please sign in to comment.