Skip to content

Commit 86a5270

Browse files
Add missing feature map bit (#35915)
* Add missing feature map bit * Generation
1 parent 994c390 commit 86a5270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/light-switch-app/light-switch-common/light-switch-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,7 @@ endpoint 2 {
32233223
callback attribute generatedCommandList;
32243224
callback attribute acceptedCommandList;
32253225
callback attribute attributeList;
3226-
ram attribute featureMap default = 2;
3226+
ram attribute featureMap default = 6;
32273227
ram attribute clusterRevision default = 2;
32283228
}
32293229
}

examples/light-switch-app/light-switch-common/light-switch-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5587,7 +5587,7 @@
55875587
"storageOption": "RAM",
55885588
"singleton": 0,
55895589
"bounded": 0,
5590-
"defaultValue": "2",
5590+
"defaultValue": "6",
55915591
"reportable": 1,
55925592
"minInterval": 1,
55935593
"maxInterval": 65534,

0 commit comments

Comments
 (0)