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 @@ -15,6 +15,12 @@ matterManufacturer:
vendorId: 0x115F
productId: 0x2807
deviceProfileName: lock-battery
#Bold
- id: "5519/4097"
deviceLabel: Bold Smart Lock
vendorId: 0x158F
productId: 0x1001
deviceProfileName: base-lock
#Eufy
- id: "5427/1"
deviceLabel: eufy Smart Lock E31
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x115f, 0x2802}, -- AQARA, U200
{0x115f, 0x2801}, -- AQARA, U300
{0x115f, 0x2807}, -- AQARA, U200 Lite
{0x158F, 0x1001}, -- Bold Smart Lock
{0x147F, 0x0001}, -- U-tec
{0x147F, 0x0008}, -- Ultraloq, Bolt Smart Matter Door Lock
{0x144F, 0x4002}, -- Yale, Linus Smart Lock L2
Expand Down
Loading