Skip to content

Commit d60dc22

Browse files
committed
WWSTCERT-11914 Dreame NAVO Smart Lock E10
1 parent 1e2b9e8 commit d60dc22

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

drivers/SmartThings/matter-lock/fingerprints.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ matterManufacturer:
167167
vendorId: 0x152C
168168
productId: 0x9500
169169
deviceProfileName: lock
170+
- id: "5420/38145"
171+
deviceLabel: Dreame NAVO Smart Lock E10
172+
vendorId: 0x152C
173+
productId: 0x9501
174+
deviceProfileName: lock
170175
matterGeneric:
171176
- id: "matter/door-lock"
172177
deviceLabel: Matter Door Lock

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+
{0x152C, 0x9501} -- Dreame NAVO Smart Lock E10
4041
}
4142

4243
return NEW_MATTER_LOCK_PRODUCTS

0 commit comments

Comments
 (0)