Skip to content

Commit 09d82f7

Browse files
authored
WWSTCERT-12165 Aqara Smart Lock J200 (#3022)
1 parent 26816e7 commit 09d82f7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/SmartThings/matter-lock/fingerprints.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ matterManufacturer:
2525
vendorId: 0x115F
2626
productId: 0x2804
2727
deviceProfileName: lock
28+
- id: "4447/10253"
29+
deviceLabel: Aqara Smart Lock J200
30+
vendorId: 0x115F
31+
productId: 0x280D
32+
deviceProfileName: lock-modular
2833
#Eufy
2934
- id: "5427/1"
3035
deviceLabel: eufy Smart Lock E31

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
1111
{0x115f, 0x280e}, -- AQARA Smart Gate Lock U500
1212
{0x115f, 0x280f}, -- AQARA Smart Rim Lock U500
1313
{0x115f, 0x2810}, -- AQARA Smart Glass Door Lock U500
14+
{0x115F, 0x280D}, -- Aqara Smart Lock J200
1415
{0x147F, 0x0001}, -- U-tec
1516
{0x147F, 0x0007}, -- ULTRALOQ Bolt Pro Smart Matter Door Lock
1617
{0x147F, 0x0008}, -- Ultraloq, Bolt Smart Matter Door Lock

0 commit comments

Comments
 (0)