Skip to content

Commit

Permalink
Update attributes and commands for lock app (#19133)
Browse files Browse the repository at this point in the history
* [#18407] Update attributes and feature map for lock-app

* Update auto-generated files
  • Loading branch information
Morozov-5F authored Jun 6, 2022
1 parent 3ef748c commit 53068df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
4 changes: 1 addition & 3 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ server cluster DoorLock = 257 {
attribute access(write: manage) boolean enablePrivacyModeButton = 43;
attribute access(write: administer) int8u wrongCodeEntryLimit = 48;
attribute access(write: administer) int8u userCodeTemporaryDisableTime = 49;
attribute access(write: administer) boolean requirePINforRemoteOperation = 51;
readonly attribute bitmap32 featureMap = 65532;
readonly attribute int16u clusterRevision = 65533;

Expand Down Expand Up @@ -2183,8 +2182,7 @@ endpoint 1 {
ram attribute enablePrivacyModeButton;
ram attribute wrongCodeEntryLimit default = 3;
ram attribute userCodeTemporaryDisableTime default = 10;
ram attribute requirePINforRemoteOperation;
ram attribute featureMap default = 0x113;
ram attribute featureMap default = 0x133;
ram attribute clusterRevision default = 6;
}
}
Expand Down
7 changes: 4 additions & 3 deletions examples/lock-app/lock-common/lock-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -7850,7 +7850,7 @@
"mfgCode": null,
"side": "server",
"type": "boolean",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -7934,7 +7934,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x113",
"defaultValue": "0x133",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -8082,5 +8082,6 @@
"endpointVersion": 1,
"deviceIdentifier": 10
}
]
],
"log": []
}
6 changes: 0 additions & 6 deletions zzz_generated/lock-app/zap-generated/access.h

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

16 changes: 7 additions & 9 deletions zzz_generated/lock-app/zap-generated/endpoint_config.h

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

0 comments on commit 53068df

Please sign in to comment.