Skip to content

Commit 2bb3beb

Browse files
authored
fix: Gledopto GL-C-009P: configure reporting (#9047)
1 parent a4c9ae8 commit 2bb3beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/gledopto.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ export const definitions: DefinitionWithExtend[] = [
494494
ota: true,
495495
description: "Zigbee LED Controller W (pro)",
496496
whiteLabel: [{vendor: "Gledopto", model: "GL-C-009P_mini", description: "Zigbee LED Controller W (pro) (mini)"}],
497-
extend: [m.light(), m.identify(), gledoptoConfigureReadModelID()],
497+
extend: [m.light({configureReporting: true}), m.identify(), gledoptoConfigureReadModelID()],
498498
},
499499
{
500500
zigbeeModel: ["GL-C-009S"],

0 commit comments

Comments
 (0)