Skip to content

Commit

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

* Addressed review comments
  • Loading branch information
jadhavrohit924 authored and pull[bot] committed Oct 16, 2023
1 parent 732d63f commit d0f9b83
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1523,10 +1523,7 @@ limitations under the License.
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
</include>
<include cluster="Binding" client="true" server="false" clientLocked="false" serverLocked="true">
<requireAttribute>BINDING</requireAttribute>
</include>
<include cluster="Scenes" client="false" server="true" clientLocked="true" serverLocked="true">
<include cluster="Scenes" client="false" server="false" clientLocked="true" serverLocked="false">
<requireAttribute>SCENE_COUNT</requireAttribute>
<requireAttribute>CURRENT_SCENE</requireAttribute>
<requireAttribute>CURRENT_GROUP</requireAttribute>
Expand All @@ -1546,7 +1543,7 @@ limitations under the License.
<requireCommand>GetSceneMembership</requireCommand>
<requireCommand>GetSceneMembershipResponse</requireCommand>
</include>
<include cluster="Groups" client="false" server="true" clientLocked="true" serverLocked="true">
<include cluster="Groups" client="false" server="false" clientLocked="true" serverLocked="false">
<requireAttribute>GROUP_NAME_SUPPORT</requireAttribute>
<requireCommand>AddGroup</requireCommand>
<requireCommand>AddGroupResponse</requireCommand>
Expand Down

0 comments on commit d0f9b83

Please sign in to comment.