Skip to content

Commit b8c66d3

Browse files
Removed alliro support from the doorlock .zap and .matter files
1 parent 934ac68 commit b8c66d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/lock-app/silabs/data_model/lock-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -3275,7 +3275,7 @@ endpoint 1 {
32753275
callback attribute acceptedCommandList;
32763276
callback attribute eventList;
32773277
callback attribute attributeList;
3278-
ram attribute featureMap default = 0x7DB3;
3278+
ram attribute featureMap default = 0x1DB3;
32793279
ram attribute clusterRevision default = 7;
32803280

32813281
handle command LockDoor;

examples/lock-app/silabs/data_model/lock-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -6188,7 +6188,7 @@
61886188
"storageOption": "RAM",
61896189
"singleton": 0,
61906190
"bounded": 0,
6191-
"defaultValue": "0x7DB3",
6191+
"defaultValue": "0x1DB3",
61926192
"reportable": 1,
61936193
"minInterval": 1,
61946194
"maxInterval": 65534,

0 commit comments

Comments
 (0)