Skip to content

Commit

Permalink
Enable group server on all-apps-cluster (#12701)
Browse files Browse the repository at this point in the history
* Add group server
update test

* generated files
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Feb 17, 2022
1 parent ec68002 commit 9778aef
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"mfgCode": null,
"define": "GROUPS_CLUSTER",
"side": "server",
"enabled": 0,
"enabled": 1,
"commands": [
{
"name": "AddGroupResponse",
Expand Down Expand Up @@ -17129,7 +17129,7 @@
"mfgCode": null,
"define": "GROUPS_CLUSTER",
"side": "server",
"enabled": 0,
"enabled": 1,
"commands": [
{
"name": "AddGroupResponse",
Expand Down
1 change: 1 addition & 0 deletions src/app/tests/suites/TestDescriptorCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ tests:
response:
value: [
0x0003, # Identify
0x0004, # Groups
0x001D, # Descriptor
0x001E, # Binding
0x001F, # Access Control
Expand Down
41 changes: 21 additions & 20 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9778aef

Please sign in to comment.