File tree Expand file tree Collapse file tree
drivers/SmartThings/matter-lock Expand file tree Collapse file tree Original file line number Diff line number Diff 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
170175matterGeneric :
171176 - id : " matter/door-lock"
172177 deviceLabel : Matter Door Lock
Original file line number Diff line number Diff 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
4243return NEW_MATTER_LOCK_PRODUCTS
You can’t perform that action at this time.
0 commit comments