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 @@ -25,6 +25,11 @@ matterManufacturer:
vendorId: 0x115F
productId: 0x2804
deviceProfileName: lock
- id: "4447/10253"
deviceLabel: Aqara Smart Lock J200
vendorId: 0x115F
productId: 0x280D
deviceProfileName: lock-modular
#Eufy
- id: "5427/1"
deviceLabel: eufy Smart Lock E31
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x115f, 0x280e}, -- AQARA Smart Gate Lock U500
{0x115f, 0x280f}, -- AQARA Smart Rim Lock U500
{0x115f, 0x2810}, -- AQARA Smart Glass Door Lock U500
{0x115F, 0x280D}, -- Aqara Smart Lock J200
{0x147F, 0x0001}, -- U-tec
{0x147F, 0x0007}, -- ULTRALOQ Bolt Pro Smart Matter Door Lock
{0x147F, 0x0008}, -- Ultraloq, Bolt Smart Matter Door Lock
Expand Down
Loading