Skip to content

Commit d5d5c47

Browse files
authored
Merge pull request #2699 from SmartThingsCommunity/new_device/WWSTCERT-9605
WWSTCERT-9605 Kwikset Aura Reach
2 parents 98d2c30 + 689a6a5 commit d5d5c47

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
@@ -62,6 +62,11 @@ matterManufacturer:
6262
vendorId: 0x1421
6363
productId: 0x0042
6464
deviceProfileName: lock-user-pin-battery
65+
- id: "5153/129"
66+
deviceLabel: Kwikset Aura Reach
67+
vendorId: 0x1421
68+
productId: 0x0081
69+
deviceProfileName: lock-user-pin-battery
6570
#Level
6671
- id: "4767/1"
6772
deviceLabel: Level Lock Plus (Matter)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ local NEW_MATTER_LOCK_PRODUCTS = {
8686
{0x158B, 0x0001}, -- Deasino, DS-MT01
8787
{0x10E1, 0x2002}, -- VDA
8888
{0x1421, 0x0042}, -- Kwikset Halo Select Plus
89+
{0x1421, 0x0081}, -- Kwikset Aura Reach
8990
}
9091

9192
local battery_support = {

0 commit comments

Comments
 (0)