Skip to content

Commit 8a62949

Browse files
committed
add to new matter lock
1 parent 377e26a commit 8a62949

File tree

1 file changed

+2
-1
lines changed
  • drivers/SmartThings/matter-lock/src/new-matter-lock

1 file changed

+2
-1
lines changed

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)