Skip to content

Commit

Permalink
Fix conformance issue on all-clusters on/off (#29699)
Browse files Browse the repository at this point in the history
The on off cluster on EP2 exposes several attributes that require
LT feature, but the feature was not marked.
  • Loading branch information
cecille authored Oct 11, 2023
1 parent 71317fa commit c63d1a9
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 @@ -7681,7 +7681,7 @@ endpoint 2 {
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0x0000;
ram attribute featureMap default = 0x0001;
ram attribute clusterRevision default = 5;
}

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

0 comments on commit c63d1a9

Please sign in to comment.