Skip to content

Commit 4d5f7a1

Browse files
authored
fix(detect): Detect C-ZB-LC20v2-RGBCCT as GL-C-008P (#10751)
1 parent 2b8301d commit 4d5f7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/gledopto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export const definitions: DefinitionWithExtend[] = [
650650
extend: [m.light({color: {modes: ["xy", "hs"], enhancedHue: true}}), m.identify(), gledoptoConfigureReadModelID()],
651651
},
652652
{
653-
zigbeeModel: ["GL-C-008P"],
653+
zigbeeModel: ["GL-C-008P", "C-ZB-LC20v2-RGBCCT"],
654654
model: "GL-C-008P",
655655
vendor: "Gledopto",
656656
ota: true,

0 commit comments

Comments
 (0)