Skip to content

Commit

Permalink
Set a valid FeatureMap for Switch cluster in all-clusters-app. (#19343)
Browse files Browse the repository at this point in the history
Fixes #19228
  • Loading branch information
bzbarsky-apple authored Jun 10, 2022
1 parent 570a3da commit 54da3fd
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 @@ -4290,7 +4290,7 @@ endpoint 1 {
ram attribute numberOfPositions default = 2;
ram attribute currentPosition;
ram attribute multiPressMax default = 2;
ram attribute featureMap;
ram attribute featureMap default = 1;
ram attribute clusterRevision default = 1;
}

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

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

0 comments on commit 54da3fd

Please sign in to comment.