Skip to content

Commit f89beca

Browse files
committed
WWSTCERT-9840 Aqara U200 US
1 parent 1d911f9 commit f89beca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

drivers/SmartThings/matter-lock/fingerprints.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ matterManufacturer:
1515
vendorId: 0x115F
1616
productId: 0x2807
1717
deviceProfileName: lock-battery
18+
- id: "4447/10346"
19+
deviceLabel: Aqara Smart Lock U200 US
20+
vendorId: 0x115F
21+
productId: 0x286A
22+
deviceProfileName: lock-user-pin
1823
#Eufy
1924
- id: "5427/1"
2025
deviceLabel: eufy Smart Lock E31

drivers/SmartThings/matter-lock/src/new-matter-lock/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
6464
{0x115f, 0x2802}, -- AQARA, U200
6565
{0x115f, 0x2801}, -- AQARA, U300
6666
{0x115f, 0x2807}, -- AQARA, U200 Lite
67+
{0x115f, 0x286A}, -- AQARA, U200 US
6768
{0x147F, 0x0001}, -- U-tec
6869
{0x147F, 0x0008}, -- Ultraloq, Bolt Smart Matter Door Lock
6970
{0x144F, 0x4002}, -- Yale, Linus Smart Lock L2

0 commit comments

Comments
 (0)