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
14 changes: 14 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ matterManufacturer:
vendorId: 0x115F
productId: 0x2804
deviceProfileName: lock
- id: "4447/10255"
deviceLabel: Aqara Smart Lock U500 Rim
vendorId: 0x115F
productId: 0x280F
deviceProfileName: lock-modular
- id: "4447/10256"
deviceLabel: Aqara Smart Lock U500 Glass Door
vendorId: 0x115F
productId: 0x2810
deviceProfileName: lock-modular
- id: "4447/10314"
deviceLabel: Aqara Smart Lock U600
vendorId: 0x115F
productId: 0x284A
- id: "4447/10253"
deviceLabel: Aqara Smart Lock J200
vendorId: 0x115F
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ local NEW_MATTER_LOCK_PRODUCTS = {
{0x115f, 0x286A}, -- AQARA, U200 US
{0x115f, 0x2805}, -- Aqara Smart Lock J200 Set
{0x115f, 0x280e}, -- AQARA Smart Gate Lock U500
{0x115f, 0x280f}, -- AQARA Smart Rim Lock U500
{0x115f, 0x2810}, -- AQARA Smart Glass Door Lock U500
{0x115F, 0x280F}, -- Aqara Smart Lock U500 Rim
{0x115F, 0x2810}, -- Aqara Smart Lock U500 Glass Door
{0x115F, 0x284A}, -- Aqara Smart Lock U600
{0x115F, 0x280D}, -- Aqara Smart Lock J200
{0x147F, 0x0001}, -- U-tec
{0x147F, 0x0007}, -- ULTRALOQ Bolt Pro Smart Matter Door Lock
Expand Down
Loading