Skip to content

Commit 5957f9a

Browse files
committed
Fixed .matter file
1 parent 98370e3 commit 5957f9a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/light-switch-app/qpg/zap/switch.matter

+3-4
Original file line numberDiff line numberDiff line change
@@ -2975,13 +2975,12 @@ endpoint 1 {
29752975
}
29762976

29772977
server cluster Groups {
2978-
ram attribute nameSupport;
2978+
ram attribute nameSupport;
29792979
callback attribute generatedCommandList;
29802980
callback attribute acceptedCommandList;
2981-
callback attribute eventList;
29822981
callback attribute attributeList;
2983-
ram attribute featureMap default = 0;
2984-
ram attribute clusterRevision default = 4;
2982+
ram attribute featureMap default = 0;
2983+
ram attribute clusterRevision default = 4;
29852984

29862985
handle command AddGroup;
29872986
handle command AddGroupResponse;

0 commit comments

Comments
 (0)