Skip to content

Commit

Permalink
Fix general commissioning feature map value for all-clusters-app.
Browse files Browse the repository at this point in the history
Spec changed and now there are no features defined.

Fixes project-chip#18028
  • Loading branch information
bzbarsky-apple committed May 17, 2022
1 parent d79a0e3 commit 5ad36e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3866,7 +3866,7 @@ endpoint 0 {
callback attribute regulatoryConfig;
callback attribute locationCapability;
callback attribute supportsConcurrentConnection default = 1;
ram attribute featureMap default = 6;
ram attribute featureMap;
ram attribute clusterRevision default = 1;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "6",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

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

0 comments on commit 5ad36e8

Please sign in to comment.