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 19, 2022
1 parent 6b82aee commit 05e23ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3878,7 +3878,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 @@ -2857,7 +2857,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 05e23ae

Please sign in to comment.