Skip to content

Commit

Permalink
Add Kwikset
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmanley committed Oct 2, 2024
1 parent 2cdad36 commit fadd89c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ matterManufacturer:
vendorId: 0x101D
productId: 0x0001
deviceProfileName: lock-user-pin-schedule
# Kwikset
- id: "Kwikset Matter Lock"
deviceLabel: Kwikset Matter Lock
vendorId: 0x1421
productId: 0x0041
deviceProfileName: lock-user-pin-schedule
matterGeneric:
- id: "matter/door-lock"
deviceLabel: Matter Door Lock
Expand Down
2 changes: 2 additions & 0 deletions drivers/SmartThings/matter-lock/src/new-matter-lock/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x115f, 0x2802}, -- AQARA, U200
{0x115f, 0x2801}, -- AQARA, U300
{0x101D, 0x0001}, -- Yale, Assure 2
{0x1421, 0x0041}, -- Kwikset
{0x10E1, 0x2002} -- VDA
}

Expand Down Expand Up @@ -1441,6 +1442,7 @@ end
-- Lock Operation --
--------------------
local function lock_op_event_handler(driver, device, ib, response)
device.log.info("lock_op_event_handler")
local opType = ib.data.elements.lock_operation_type
local opSource = ib.data.elements.operation_source
local userIdx = ib.data.elements.user_index
Expand Down

0 comments on commit fadd89c

Please sign in to comment.