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 @@ -108,6 +108,12 @@ matterManufacturer:
vendorId: 0x129F
productId: 0x0005
deviceProfileName: lock-nocodes-notamper-batteryLevel
#Nordic
- id: "4735/32774"
deviceLabel: Nordic Smart Lock Reference Design
vendorId: 0x127F
productId: 0x8006
deviceProfileName: lock-nordic-reference
#Nuki
- id: "4957/161"
deviceLabel: Nuki Smart Lock Ultra
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x1236, 0xa538}, -- Schlage Sense Pro
{0x1236, 0x3800}, -- Schlage
{0x1236, 0xA738}, -- Schlage
{0x152C, 0x9500} -- Dreame NAVO Smart Lock A10
{0x152C, 0x9500}, -- Dreame NAVO Smart Lock A10
{0x127F, 0x8006}, -- Nordic Smart Lock Reference Design
}

return NEW_MATTER_LOCK_PRODUCTS