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
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/10254"
deviceLabel: Aqara Smart Lock U500
vendorId: 0x115F
productId: 0x280E
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 @@ -8,7 +8,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x115f, 0x2804}, -- AQARA, U400
{0x115f, 0x286A}, -- AQARA, U200 US
{0x115f, 0x2805}, -- Aqara Smart Lock J200 Set
{0x115f, 0x280e}, -- AQARA Smart Gate Lock U500
{0x115F, 0x280E}, -- Aqara Smart Lock U500
{0x115f, 0x280f}, -- AQARA Smart Rim Lock U500
{0x115f, 0x2810}, -- AQARA Smart Glass Door Lock U500
{0x147F, 0x0001}, -- U-tec
Expand Down
Loading