Skip to content

Commit 22c7a38

Browse files
tomfrenzelautofix-ci[bot]
authored andcommitted
feat(add): 929004297401 (Koenkk#9682)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 8e48d3b commit 22c7a38

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/philips.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,4 +4122,11 @@ export const definitions: DefinitionWithExtend[] = [
41224122
description: "Hue Lightguide E26/E27 Triangle 500lm",
41234123
extend: [philips.m.light({colorTemp: {range: [153, 500]}, color: {modes: ["xy", "hs"], enhancedHue: true}})],
41244124
},
4125+
{
4126+
zigbeeModel: ["929004297401"],
4127+
model: "929004297401",
4128+
vendor: "Philips",
4129+
description: "Hue Devote Slim ceiling light",
4130+
extend: [philips.m.light({colorTemp: {range: [153, 500]}, color: {modes: ["xy", "hs"], enhancedHue: true}})],
4131+
},
41254132
];

0 commit comments

Comments
 (0)