Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ matterManufacturer:
vendorId: 0x1533
productId: 0x0012
deviceProfileName: lock-user-pin-battery
#Kwikset
- id: "5153/66"
deviceLabel: Kwikset Halo Select Plus
vendorId: 0x1421
productId: 0x0042
deviceProfileName: lock-user-pin-battery
#Level
- id: "4767/1"
deviceLabel: Level Lock Plus (Matter)
Expand Down
3 changes: 2 additions & 1 deletion drivers/SmartThings/matter-lock/src/new-matter-lock/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x135D, 0x00B0}, -- Nuki, Smart Lock
{0x15F2, 0x0001}, -- Viomi, AiSafety Smart Lock E100
{0x158B, 0x0001}, -- Deasino, DS-MT01
{0x10E1, 0x2002} -- VDA
{0x10E1, 0x2002}, -- VDA
{0x1421, 0x0042}, -- Kwikset Halo Select Plus
}

local battery_support = {
Expand Down
Loading