-
Notifications
You must be signed in to change notification settings - Fork 521
CHAD-16364 & CHAD-16365: Add lockUsers and lockCredentials capability #2416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Invitation URL: |
Test Results 71 files 483 suites 0s ⏱️ For more details on these failures, see this check. Results for commit 0d7fe54. ♻️ This comment has been updated with latest results. |
|
zigbee-lock_coverage.xml
zwave-lock_coverage.xml
Minimum allowed coverage is Generated by 🐒 cobertura-action against 0d7fe54 |
b8168d4 to
36fa094
Compare
36fa094 to
b303430
Compare
drivers/SmartThings/zigbee-lock/src/test/test_zigbee_lock_code_slga_migration.lua
Outdated
Show resolved
Hide resolved
drivers/SmartThings/zigbee-lock/src/test/test_zigbee_lock_code_slga_migration.lua
Outdated
Show resolved
Hide resolved
ecdc2be to
c248678
Compare
be53bc5 to
1230bdd
Compare
|
12/10 update: Converted this PR to draft since a lot more is now going in. The latest commit adds all the commands for |
| @@ -0,0 +1,121 @@ | |||
| -- Copyright 2022 SmartThings | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, but this date should be updated
| local LockUsers = capabilities.lockUsers | ||
| local INITIAL_INDEX = 1 | ||
|
|
||
| local new_lock_utils = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's unlikely you'll need all of these strings, and, in general, they should be available from inside the capabilities themselves.
drivers/SmartThings/zigbee-lock/src/using-new-capabilities/init.lua
Outdated
Show resolved
Hide resolved
drivers/SmartThings/zigbee-lock/src/using-new-capabilities/init.lua
Outdated
Show resolved
Hide resolved
drivers/SmartThings/zigbee-lock/src/using-old-capabilities/samsungsds/init.lua
Outdated
Show resolved
Hide resolved
62e48ca to
9c7d6f9
Compare
| }) | ||
| } | ||
| }, | ||
| useOldCapabilityForTesting = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is an appropriate way to go about this. Open to suggestions.
bff6478 to
ada5f59
Compare
Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests