From 7575fb9fb290fbd39dea6ff1ff14be6126081b04 Mon Sep 17 00:00:00 2001 From: Markus Becker Date: Thu, 23 Jun 2022 17:23:14 +0200 Subject: [PATCH] [xml] GenericSwitch: remove unrequired clusters: Binding, Groups, Scenes (#19881) GenericSwitch only requires ``` ClusterName Client/Server Quality Conformance Identify Server M Switch Server M FixedLabel Server desc ``` according to spec. As requested in https://github.com/project-chip/connectedhomeip/pull/19848#discussion_r904231782. --- .../zcl/data-model/chip/matter-devices.xml | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml b/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml index 2b3cd830e7fa40..e68035401b9d4f 100644 --- a/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml +++ b/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml @@ -1256,42 +1256,6 @@ limitations under the License. CLIENT_LIST PARTS_LIST - - BINDING - - - GROUP_NAME_SUPPORT - AddGroup - AddGroupResponse - ViewGroup - ViewGroupResponse - GetGroupMembership - GetGroupMembershipResponse - RemoveGroup - RemoveGroupResponse - RemoveAllGroups - AddGroupIfIdentifying - - - SCENE_COUNT - CURRENT_SCENE - CURRENT_GROUP - SCENE_VALID - SCENE_NAME_SUPPORT - AddScene - AddSceneResponse - ViewScene - ViewSceneResponse - RemoveScene - RemoveSceneResponse - RemoveAllScenes - RemoveAllScenesResponse - StoreScene - StoreSceneResponse - RecallScene - GetSceneMembership - GetSceneMembershipResponse -