Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const e = exposes.presets;
const ea = exposes.access;

export const definitions: DefinitionWithExtend[] = [
{
zigbeeModel: ["LCX030"],
model: "LCX030",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LCX030 is an internal number, can you use the model number written on the product or philips site? Also rename the .png picture accrordingly.

vendor: "Signify Netherlands B.V.",
description: "Hue Festavia Permanent String Lights",
extend: [philips.m.light({colorTemp: {range: [50, 1000]}, color: {modes: ["xy", "hs"], enhancedHue: true}})],
},
{
zigbeeModel: ["929003736601_01", "929003736601_02"],
model: "929003736601",
Expand Down