diff --git a/examples/light-switch-app/qpg/zap/switch.matter b/examples/light-switch-app/qpg/zap/switch.matter index ade627a5818570..73968414b217e9 100644 --- a/examples/light-switch-app/qpg/zap/switch.matter +++ b/examples/light-switch-app/qpg/zap/switch.matter @@ -2975,13 +2975,12 @@ endpoint 1 { } server cluster Groups { - ram attribute nameSupport; + ram attribute nameSupport; callback attribute generatedCommandList; callback attribute acceptedCommandList; - callback attribute eventList; callback attribute attributeList; - ram attribute featureMap default = 0; - ram attribute clusterRevision default = 4; + ram attribute featureMap default = 0; + ram attribute clusterRevision default = 4; handle command AddGroup; handle command AddGroupResponse;