Skip to content

Commit 5ca5f9c

Browse files
authored
WWSTCERT-8445 Kwikset Halo Select Plus (#2498)
* WWSTCERT-8445 Kwikset Halo Select Plus * add to new matter lock
1 parent a4e1904 commit 5ca5f9c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

drivers/SmartThings/matter-lock/fingerprints.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ matterManufacturer:
5151
vendorId: 0x1533
5252
productId: 0x0012
5353
deviceProfileName: lock-user-pin-battery
54+
#Kwikset
55+
- id: "5153/66"
56+
deviceLabel: Kwikset Halo Select Plus
57+
vendorId: 0x1421
58+
productId: 0x0042
59+
deviceProfileName: lock-user-pin-battery
5460
#Level
5561
- id: "4767/1"
5662
deviceLabel: Level Lock Plus (Matter)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ local NEW_MATTER_LOCK_PRODUCTS = {
8282
{0x135D, 0x00B0}, -- Nuki, Smart Lock
8383
{0x15F2, 0x0001}, -- Viomi, AiSafety Smart Lock E100
8484
{0x158B, 0x0001}, -- Deasino, DS-MT01
85-
{0x10E1, 0x2002} -- VDA
85+
{0x10E1, 0x2002}, -- VDA
86+
{0x1421, 0x0042}, -- Kwikset Halo Select Plus
8687
}
8788

8889
local battery_support = {

0 commit comments

Comments
 (0)