Skip to content

Commit 1218767

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Align naming in Groups cluster XML with the spec. (#24236)
* Align naming in Groups cluster XML with the spec. Also fixes the incorrect ClusterRevision value in the XML. * Regenerate generated files
1 parent 409376a commit 1218767

File tree

63 files changed

+996
-816
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+996
-816
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -57,35 +57,35 @@ server cluster Groups = 4 {
5757
readonly attribute int16u clusterRevision = 65533;
5858

5959
request struct AddGroupRequest {
60-
group_id groupId = 0;
60+
group_id groupID = 0;
6161
CHAR_STRING groupName = 1;
6262
}
6363

6464
request struct ViewGroupRequest {
65-
group_id groupId = 0;
65+
group_id groupID = 0;
6666
}
6767

6868
request struct GetGroupMembershipRequest {
6969
group_id groupList[] = 0;
7070
}
7171

7272
request struct RemoveGroupRequest {
73-
group_id groupId = 0;
73+
group_id groupID = 0;
7474
}
7575

7676
request struct AddGroupIfIdentifyingRequest {
77-
group_id groupId = 0;
77+
group_id groupID = 0;
7878
CHAR_STRING groupName = 1;
7979
}
8080

8181
response struct AddGroupResponse = 0 {
8282
ENUM8 status = 0;
83-
group_id groupId = 1;
83+
group_id groupID = 1;
8484
}
8585

8686
response struct ViewGroupResponse = 1 {
8787
ENUM8 status = 0;
88-
group_id groupId = 1;
88+
group_id groupID = 1;
8989
CHAR_STRING groupName = 2;
9090
}
9191

@@ -96,7 +96,7 @@ server cluster Groups = 4 {
9696

9797
response struct RemoveGroupResponse = 3 {
9898
ENUM8 status = 0;
99-
group_id groupId = 1;
99+
group_id groupID = 1;
100100
}
101101

102102
fabric command access(invoke: manage) AddGroup(AddGroupRequest): AddGroupResponse = 0;

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,35 +51,35 @@ server cluster Groups = 4 {
5151
readonly attribute int16u clusterRevision = 65533;
5252

5353
request struct AddGroupRequest {
54-
group_id groupId = 0;
54+
group_id groupID = 0;
5555
CHAR_STRING groupName = 1;
5656
}
5757

5858
request struct ViewGroupRequest {
59-
group_id groupId = 0;
59+
group_id groupID = 0;
6060
}
6161

6262
request struct GetGroupMembershipRequest {
6363
group_id groupList[] = 0;
6464
}
6565

6666
request struct RemoveGroupRequest {
67-
group_id groupId = 0;
67+
group_id groupID = 0;
6868
}
6969

7070
request struct AddGroupIfIdentifyingRequest {
71-
group_id groupId = 0;
71+
group_id groupID = 0;
7272
CHAR_STRING groupName = 1;
7373
}
7474

7575
response struct AddGroupResponse = 0 {
7676
ENUM8 status = 0;
77-
group_id groupId = 1;
77+
group_id groupID = 1;
7878
}
7979

8080
response struct ViewGroupResponse = 1 {
8181
ENUM8 status = 0;
82-
group_id groupId = 1;
82+
group_id groupID = 1;
8383
CHAR_STRING groupName = 2;
8484
}
8585

@@ -90,7 +90,7 @@ server cluster Groups = 4 {
9090

9191
response struct RemoveGroupResponse = 3 {
9292
ENUM8 status = 0;
93-
group_id groupId = 1;
93+
group_id groupID = 1;
9494
}
9595

9696
fabric command access(invoke: manage) AddGroup(AddGroupRequest): AddGroupResponse = 0;

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,35 @@ server cluster Groups = 4 {
5252
readonly attribute int16u clusterRevision = 65533;
5353

5454
request struct AddGroupRequest {
55-
group_id groupId = 0;
55+
group_id groupID = 0;
5656
CHAR_STRING groupName = 1;
5757
}
5858

5959
request struct ViewGroupRequest {
60-
group_id groupId = 0;
60+
group_id groupID = 0;
6161
}
6262

6363
request struct GetGroupMembershipRequest {
6464
group_id groupList[] = 0;
6565
}
6666

6767
request struct RemoveGroupRequest {
68-
group_id groupId = 0;
68+
group_id groupID = 0;
6969
}
7070

7171
request struct AddGroupIfIdentifyingRequest {
72-
group_id groupId = 0;
72+
group_id groupID = 0;
7373
CHAR_STRING groupName = 1;
7474
}
7575

7676
response struct AddGroupResponse = 0 {
7777
ENUM8 status = 0;
78-
group_id groupId = 1;
78+
group_id groupID = 1;
7979
}
8080

8181
response struct ViewGroupResponse = 1 {
8282
ENUM8 status = 0;
83-
group_id groupId = 1;
83+
group_id groupID = 1;
8484
CHAR_STRING groupName = 2;
8585
}
8686

@@ -91,7 +91,7 @@ server cluster Groups = 4 {
9191

9292
response struct RemoveGroupResponse = 3 {
9393
ENUM8 status = 0;
94-
group_id groupId = 1;
94+
group_id groupID = 1;
9595
}
9696

9797
fabric command access(invoke: manage) AddGroup(AddGroupRequest): AddGroupResponse = 0;

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -58,35 +58,35 @@ server cluster Groups = 4 {
5858
readonly attribute int16u clusterRevision = 65533;
5959

6060
request struct AddGroupRequest {
61-
group_id groupId = 0;
61+
group_id groupID = 0;
6262
CHAR_STRING groupName = 1;
6363
}
6464

6565
request struct ViewGroupRequest {
66-
group_id groupId = 0;
66+
group_id groupID = 0;
6767
}
6868

6969
request struct GetGroupMembershipRequest {
7070
group_id groupList[] = 0;
7171
}
7272

7373
request struct RemoveGroupRequest {
74-
group_id groupId = 0;
74+
group_id groupID = 0;
7575
}
7676

7777
request struct AddGroupIfIdentifyingRequest {
78-
group_id groupId = 0;
78+
group_id groupID = 0;
7979
CHAR_STRING groupName = 1;
8080
}
8181

8282
response struct AddGroupResponse = 0 {
8383
ENUM8 status = 0;
84-
group_id groupId = 1;
84+
group_id groupID = 1;
8585
}
8686

8787
response struct ViewGroupResponse = 1 {
8888
ENUM8 status = 0;
89-
group_id groupId = 1;
89+
group_id groupID = 1;
9090
CHAR_STRING groupName = 2;
9191
}
9292

@@ -97,7 +97,7 @@ server cluster Groups = 4 {
9797

9898
response struct RemoveGroupResponse = 3 {
9999
ENUM8 status = 0;
100-
group_id groupId = 1;
100+
group_id groupID = 1;
101101
}
102102

103103
fabric command access(invoke: manage) AddGroup(AddGroupRequest): AddGroupResponse = 0;

examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,35 @@ server cluster Groups = 4 {
5252
readonly attribute int16u clusterRevision = 65533;
5353

5454
request struct AddGroupRequest {
55-
group_id groupId = 0;
55+
group_id groupID = 0;
5656
CHAR_STRING groupName = 1;
5757
}
5858

5959
request struct ViewGroupRequest {
60-
group_id groupId = 0;
60+
group_id groupID = 0;
6161
}
6262

6363
request struct GetGroupMembershipRequest {
6464
group_id groupList[] = 0;
6565
}
6666

6767
request struct RemoveGroupRequest {
68-
group_id groupId = 0;
68+
group_id groupID = 0;
6969
}
7070

7171
request struct AddGroupIfIdentifyingRequest {
72-
group_id groupId = 0;
72+
group_id groupID = 0;
7373
CHAR_STRING groupName = 1;
7474
}
7575

7676
response struct AddGroupResponse = 0 {
7777
ENUM8 status = 0;
78-
group_id groupId = 1;
78+
group_id groupID = 1;
7979
}
8080

8181
response struct ViewGroupResponse = 1 {
8282
ENUM8 status = 0;
83-
group_id groupId = 1;
83+
group_id groupID = 1;
8484
CHAR_STRING groupName = 2;
8585
}
8686

@@ -91,7 +91,7 @@ server cluster Groups = 4 {
9191

9292
response struct RemoveGroupResponse = 3 {
9393
ENUM8 status = 0;
94-
group_id groupId = 1;
94+
group_id groupID = 1;
9595
}
9696

9797
fabric command access(invoke: manage) AddGroup(AddGroupRequest): AddGroupResponse = 0;

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,35 @@ server cluster Groups = 4 {
5252
readonly attribute int16u clusterRevision = 65533;
5353

5454
request struct AddGroupRequest {
55-
group_id groupId = 0;
55+
group_id groupID = 0;
5656
CHAR_STRING groupName = 1;
5757
}
5858

5959
request struct ViewGroupRequest {
60-
group_id groupId = 0;
60+
group_id groupID = 0;
6161
}
6262

6363
request struct GetGroupMembershipRequest {
6464
group_id groupList[] = 0;
6565
}
6666

6767
request struct RemoveGroupRequest {
68-
group_id groupId = 0;
68+
group_id groupID = 0;
6969
}
7070

7171
request struct AddGroupIfIdentifyingRequest {
72-
group_id groupId = 0;
72+
group_id groupID = 0;
7373
CHAR_STRING groupName = 1;
7474
}
7575

7676
response struct AddGroupResponse = 0 {
7777
ENUM8 status = 0;
78-
group_id groupId = 1;
78+
group_id groupID = 1;
7979
}
8080

8181
response struct ViewGroupResponse = 1 {
8282
ENUM8 status = 0;
83-
group_id groupId = 1;
83+
group_id groupID = 1;
8484
CHAR_STRING groupName = 2;
8585
}
8686

@@ -91,7 +91,7 @@ server cluster Groups = 4 {
9191

9292
response struct RemoveGroupResponse = 3 {
9393
ENUM8 status = 0;
94-
group_id groupId = 1;
94+
group_id groupID = 1;
9595
}
9696

9797
fabric command access(invoke: manage) AddGroup(AddGroupRequest): AddGroupResponse = 0;

examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,35 @@ server cluster Groups = 4 {
5252
readonly attribute int16u clusterRevision = 65533;
5353

5454
request struct AddGroupRequest {
55-
group_id groupId = 0;
55+
group_id groupID = 0;
5656
CHAR_STRING groupName = 1;
5757
}
5858

5959
request struct ViewGroupRequest {
60-
group_id groupId = 0;
60+
group_id groupID = 0;
6161
}
6262

6363
request struct GetGroupMembershipRequest {
6464
group_id groupList[] = 0;
6565
}
6666

6767
request struct RemoveGroupRequest {
68-
group_id groupId = 0;
68+
group_id groupID = 0;
6969
}
7070

7171
request struct AddGroupIfIdentifyingRequest {
72-
group_id groupId = 0;
72+
group_id groupID = 0;
7373
CHAR_STRING groupName = 1;
7474
}
7575

7676
response struct AddGroupResponse = 0 {
7777
ENUM8 status = 0;
78-
group_id groupId = 1;
78+
group_id groupID = 1;
7979
}
8080

8181
response struct ViewGroupResponse = 1 {
8282
ENUM8 status = 0;
83-
group_id groupId = 1;
83+
group_id groupID = 1;
8484
CHAR_STRING groupName = 2;
8585
}
8686

@@ -91,7 +91,7 @@ server cluster Groups = 4 {
9191

9292
response struct RemoveGroupResponse = 3 {
9393
ENUM8 status = 0;
94-
group_id groupId = 1;
94+
group_id groupID = 1;
9595
}
9696

9797
fabric command access(invoke: manage) AddGroup(AddGroupRequest): AddGroupResponse = 0;

0 commit comments

Comments
 (0)