Skip to content

Commit be3146b

Browse files
authored
fix(detect): Detect LCY001 as Philips 046677577490 (#9661)
1 parent 408c74d commit be3146b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/devices/philips.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4113,10 +4113,10 @@ export const definitions: DefinitionWithExtend[] = [
41134113
extend: [philips.m.light({colorTemp: {range: [153, 454]}})],
41144114
},
41154115
{
4116-
zigbeeModel: ["LCY002", "046677577490"],
4116+
zigbeeModel: ["LCY002", "046677577490", "LCY001"],
41174117
model: "046677577490",
41184118
vendor: "Philips",
4119-
description: "Hue Lightguide E26 Triangle 500lm",
4119+
description: "Hue Lightguide E26/E27 Triangle 500lm",
41204120
extend: [philips.m.light({colorTemp: {range: [153, 500]}, color: {modes: ["xy", "hs"], enhancedHue: true}})],
41214121
},
41224122
];

0 commit comments

Comments
 (0)