Skip to content

Commit 245785a

Browse files
authored
Merge pull request #2704 from SmartThingsCommunity/new_device/WWSTCERT-9840
WWSTCERT-9840 Aqara U200 US
2 parents db04ee8 + 15b4d7b commit 245785a

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
@@ -65,6 +65,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
6565
{0x115f, 0x2801}, -- AQARA, U300
6666
{0x115f, 0x2807}, -- AQARA, U200 Lite
6767
{0x115f, 0x2804}, -- AQARA, U400
68+
{0x115f, 0x286A}, -- AQARA, U200 US
6869
{0x147F, 0x0001}, -- U-tec
6970
{0x147F, 0x0008}, -- Ultraloq, Bolt Smart Matter Door Lock
7071
{0x144F, 0x4002}, -- Yale, Linus Smart Lock L2

0 commit comments

Comments
 (0)