Skip to content
Merged
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
5 changes: 5 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ matterManufacturer:
vendorId: 0x1421
productId: 0x0042
deviceProfileName: lock-user-pin-battery
- id: "5153/129"
deviceLabel: Kwikset Aura Reach
vendorId: 0x1421
productId: 0x0081
deviceProfileName: lock-user-pin-battery
#Level
- id: "4767/1"
deviceLabel: Level Lock Plus (Matter)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x158B, 0x0001}, -- Deasino, DS-MT01
{0x10E1, 0x2002}, -- VDA
{0x1421, 0x0042}, -- Kwikset Halo Select Plus
{0x1421, 0x0081}, -- Kwikset Aura Reach
}

local battery_support = {
Expand Down
Loading