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
10 changes: 10 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,16 @@ matterManufacturer:
vendorId: 0x147F
productId: 0x0008
deviceProfileName: lock-user-pin-battery
- id: "5247/7"
deviceLabel: ULTRALOQ Bolt Pro Smart Matter Door Lock
vendorId: 0x147F
productId: 0x0007
deviceProfileName: lock-modular
- id: "5247/16"
deviceLabel: ULTRALOQ Latch 5 Pro Smart Matter Door Lock
vendorId: 0x147F
productId: 0x0010
deviceProfileName: lock-modular
#Yale
- id: "4125/33040"
deviceLabel: Yale Lock with Matter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x115f, 0x2804}, -- AQARA, U400
{0x115f, 0x286A}, -- AQARA, U200 US
{0x147F, 0x0001}, -- U-tec
{0x147F, 0x0007}, -- ULTRALOQ Bolt Pro Smart Matter Door Lock
{0x147F, 0x0008}, -- Ultraloq, Bolt Smart Matter Door Lock
{0x147F, 0x0010}, -- ULTRALOQ Latch 5 Pro Smart Matter Door Lock
{0x144F, 0x4002}, -- Yale, Linus Smart Lock L2
{0x101D, 0x8110}, -- Yale, New Lock
{0x1533, 0x0001}, -- eufy, E31
Expand Down
Loading