Skip to content
Merged
Changes from 1 commit
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 @@ -4583,18 +4583,25 @@
description: "Hue White ambiance Milliskin (square)",
extend: [philips.m.light({colorTemp: {range: [153, 454]}})],
},
{
zigbeeModel: ['Xi InterAct'],
model: 'RC132V LED36S/840 W30L120 IA1 NOC',
vendor: 'Philips Lighting',
description: 'Signify rectangle panel light',
extend: [m.deviceEndpoints({"endpoints":{"2":2,"64":64,"80":80}}), m.light({"colorTemp":{"range":[150,500]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), m.light()],
};

Check failure on line 4592 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

',' expected.
{
zigbeeModel: ["RDM005"],
model: "RDM005",

Check failure on line 4595 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
vendor: "Philips",

Check failure on line 4596 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
description: "Hue smart button",

Check failure on line 4597 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
extend: [m.battery(), m.commandsOnOff(), m.commandsLevelCtrl()],

Check failure on line 4598 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
},

Check failure on line 4599 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

Declaration or statement expected.

Check failure on line 4599 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

Expression expected.
{
zigbeeModel: ["COM001"],
model: "8720169277243",

Check failure on line 4602 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
vendor: "Philips",

Check failure on line 4603 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
description: "Hue Secure siren and chime",

Check failure on line 4604 in src/devices/philips.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
extend: [extendLocal.addCustomClusterHueChime(), m.identify()],
toZigbee: [tzLocal.play_sound, tzLocal.trigger_siren, tzLocal.mute_unmute],
fromZigbee: [fzLocal.siren_is_muted],
Expand Down
Loading