Skip to content

Commit dc6f1f0

Browse files
markaj-nordictpmanley
authored andcommitted
Add vid/pid of the Nordic Reference Lock to new-matter-lock
- updated fingerprints.lua file - updated fingerprints.yml file Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
1 parent 1e2b9e8 commit dc6f1f0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

drivers/SmartThings/matter-lock/fingerprints.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ matterManufacturer:
108108
vendorId: 0x129F
109109
productId: 0x0005
110110
deviceProfileName: lock-nocodes-notamper-batteryLevel
111+
#Nordic
112+
- id: "4735/32774"
113+
deviceLabel: Nordic Smart Lock Reference Design
114+
vendorId: 0x127F
115+
productId: 0x8006
116+
deviceProfileName: lock-nordic-reference
111117
#Nuki
112118
- id: "4957/161"
113119
deviceLabel: Nuki Smart Lock Ultra

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ local NEW_MATTER_LOCK_PRODUCTS = {
3636
{0x1236, 0xa538}, -- Schlage Sense Pro
3737
{0x1236, 0x3800}, -- Schlage
3838
{0x1236, 0xA738}, -- Schlage
39-
{0x152C, 0x9500} -- Dreame NAVO Smart Lock A10
39+
{0x152C, 0x9500}, -- Dreame NAVO Smart Lock A10
40+
{0x127F, 0x8006}, -- Nordic Smart Lock Reference Design
4041
}
4142

4243
return NEW_MATTER_LOCK_PRODUCTS

0 commit comments

Comments
 (0)