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
4 changes: 4 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ matterManufacturer:
vendorId: 0x115F
productId: 0x2804
deviceProfileName: lock
- id: "4447/10254"
deviceLabel: Aqara Smart Lock U500
vendorId: 0x115F
productId: 0x280E
- id: "4447/10255"
deviceLabel: Aqara Smart Lock U500 Rim
vendorId: 0x115F
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 Lock U500 Rim
{0x115F, 0x2810}, -- Aqara Smart Lock U500 Glass Door
{0x115F, 0x284A}, -- Aqara Smart Lock U600
Expand Down
Loading