Skip to content
Open
Changes from all 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
13 changes: 13 additions & 0 deletions src/devices/eglo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ const e = exposes.presets;
const ea = exposes.access;

export const definitions: DefinitionWithExtend[] = [
{
zigbeeModel: ["EZMB-RGB-TW-CLB"],
model: "EZMB-RGB-TW-CLB",
vendor: "AwoX",
description: "RGB LED mountable Light with color temperature",
extend: [
m.light({colorTemp: {range: [153, 370]}, color: {modes: ["xy", "hs"], enhancedHue: true}}),
m.commandsOnOff(),
m.commandsLevelCtrl(),
m.commandsColorCtrl(),
],
},
{
zigbeeModel: ["EZMB-RGB-TW-CLB"],
model: "300686",
Expand All @@ -26,6 +38,7 @@ export const definitions: DefinitionWithExtend[] = [
description: "ROVITO-Z ceiling light",
extend: [m.light({colorTemp: {range: [153, 370]}, color: true})],
},

{
zigbeeModel: ["ESMLFzm_w6_TW"],
model: "12242",
Expand Down
Loading