Skip to content

Commit 7116366

Browse files
authored
[Chef] [Doorlock] Fix supported-operating-modes value for doorlock (project-chip#40281)
* Fix supported-operating-modes value for doorlock * Default all non-feature bits t 1
1 parent 6adce62 commit 7116366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ endpoint 1 {
27562756
ram attribute autoRelockTime default = 0;
27572757
ram attribute soundVolume default = 0;
27582758
ram attribute operatingMode default = 0;
2759-
ram attribute supportedOperatingModes default = 0xFFFF;
2759+
ram attribute supportedOperatingModes default = 0xFFF6;
27602760
ram attribute enableOneTouchLocking default = 0;
27612761
ram attribute enablePrivacyModeButton default = 0;
27622762
ram attribute wrongCodeEntryLimit default = 3;

examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3422,7 +3422,7 @@
34223422
"storageOption": "RAM",
34233423
"singleton": 0,
34243424
"bounded": 0,
3425-
"defaultValue": "0xFFFF",
3425+
"defaultValue": "0xFFF6",
34263426
"reportable": 1,
34273427
"minInterval": 1,
34283428
"maxInterval": 65534,

0 commit comments

Comments
 (0)