Skip to content

Commit

Permalink
Update DoorLock sample to require a PIN (#23754)
Browse files Browse the repository at this point in the history
* Update DoorLock sample to require a PIN

This sets Credential Over-the-Air Access feature &
RequirePINforRemoteOperation

* Forgot .matter change
  • Loading branch information
achaulk-goog authored and pull[bot] committed Oct 27, 2023
1 parent ab0dc98 commit 2284853
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1631,11 +1631,11 @@ endpoint 1 {
ram attribute wrongCodeEntryLimit default = 3;
ram attribute userCodeTemporaryDisableTime default = 10;
ram attribute sendPINOverTheAir;
ram attribute requirePINforRemoteOperation;
ram attribute requirePINforRemoteOperation default = 1;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0x0001;
ram attribute featureMap default = 0x0081;
ram attribute clusterRevision default = 6;
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap
Original file line number Diff line number Diff line change
Expand Up @@ -7552,7 +7552,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"defaultValue": "1",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -7632,7 +7632,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0001",
"defaultValue": "0x0081",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2284853

Please sign in to comment.