Skip to content

Commit 6410f7f

Browse files
authored
Add Nuki's products to new-matter-lock driver (#2042)
Signed-off-by: Hunsup Jung <hunsup.jung@samsung.com>
1 parent 45779e5 commit 6410f7f

File tree

1 file changed

+5
-0
lines changed
  • drivers/SmartThings/matter-lock/src/new-matter-lock

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ local NEW_MATTER_LOCK_PRODUCTS = {
3636
{0x1533, 0x0001}, -- eufy, E31
3737
{0x1533, 0x0002}, -- eufy, E30
3838
{0x1533, 0x0003}, -- eufy, C34
39+
{0x135D, 0x00B1}, -- Nuki, Smart Lock Pro
40+
{0x135D, 0x00B2}, -- Nuki, Smart Lock
41+
{0x135D, 0x00C1}, -- Nuki, Smart Lock
42+
{0x135D, 0x00A1}, -- Nuki, Smart Lock
43+
{0x135D, 0x00B0}, -- Nuki, Smart Lock
3944
{0x10E1, 0x2002} -- VDA
4045
}
4146

0 commit comments

Comments
 (0)