Skip to content

Commit 24c0608

Browse files
authored
fix: Namron 4512788: disable effects and enable configuring reporting (#9062)
Signed-off-by: Johannes Löthberg <[email protected]>
1 parent 2831099 commit 24c0608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/namron.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ export const definitions: DefinitionWithExtend[] = [
15001500
model: "4512788",
15011501
vendor: "Namron",
15021502
description: "Zigbee smart plug dimmer 150W",
1503-
extend: [m.light(), m.electricityMeter({cluster: "electrical"})],
1503+
extend: [m.light({effect: false, configureReporting: true}), m.electricityMeter({cluster: "electrical"})],
15041504
},
15051505
{
15061506
zigbeeModel: ["4512783", "4512784"],

0 commit comments

Comments
 (0)