Skip to content

Commit d70f1c1

Browse files
feat(add): 9290012574 (#10963)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent d48a803 commit d70f1c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/devices/philips.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,10 @@ export const definitions: DefinitionWithExtend[] = [
15501550
model: "9290012573A",
15511551
vendor: "Philips",
15521552
description: "Hue white and color ambiance E26/E27/E14",
1553-
extend: [philips.m.light({colorTemp: {range: [153, 500]}, color: true})],
1553+
whiteLabel: [
1554+
{model: "9290012574", vendor: "Philips", description: "Hue White and Color Ambiance B22/E27 806lm", fingerprint: [{modelID: "LCT010"}]},
1555+
],
1556+
extend: [philips.m.light({colorTemp: {range: [153, 500]}, color: {modes: ["xy", "hs"], enhancedHue: true}})],
15541557
},
15551558
{
15561559
zigbeeModel: ["1743930P7", "1744030P7", "1744030V7", "1743930V7"],

0 commit comments

Comments
 (0)