Skip to content

Commit

Permalink
Add missing feature map bit (#35915)
Browse files Browse the repository at this point in the history
* Add missing feature map bit

* Generation
  • Loading branch information
mkardous-silabs authored Oct 4, 2024
1 parent 994c390 commit 86a5270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@ endpoint 2 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 2;
ram attribute featureMap default = 6;
ram attribute clusterRevision default = 2;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5587,7 +5587,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "2",
"defaultValue": "6",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit 86a5270

Please sign in to comment.