Skip to content

Commit

Permalink
Sync window covering device type with specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavrohit924 committed Aug 16, 2022
1 parent 08f0983 commit 63e1c73
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 @@ -1668,10 +1668,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="true" clientLocked="true" serverLocked="false">
<requireAttribute>SCENE_COUNT</requireAttribute>
<requireAttribute>CURRENT_SCENE</requireAttribute>
<requireAttribute>CURRENT_GROUP</requireAttribute>
Expand All @@ -1691,7 +1688,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="true" clientLocked="true" serverLocked="false">
<requireAttribute>GROUP_NAME_SUPPORT</requireAttribute>
<requireCommand>AddGroup</requireCommand>
<requireCommand>AddGroupResponse</requireCommand>
Expand Down

0 comments on commit 63e1c73

Please sign in to comment.