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
8 changes: 8 additions & 0 deletions src/devices/awox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,14 @@
description: "Connect.Z GU10 tunable white",
extend: [m.light({colorTemp: {range: [153, 370]}})],
},
{
zigbeeModel: ['EZMB-RGB-W-I2C'],
model: 'EZMB-RGB-W-I2C',
vendor: 'AwoX',
description: 'Awox / Eglo Smart lamp E27 Globe G95 Mat RGB 3000K 7W',
extend: [m.deviceEndpoints({"endpoints":{"1":1,"3":3}}), m.light({"colorTemp":{"range":[333,333]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), m.commandsOnOff(), m.commandsLevelCtrl(), m.commandsColorCtrl()],

@Koenkk Koenkk Jun 30, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Can you try if everything works with this?

Suggested change
extend: [m.deviceEndpoints({"endpoints":{"1":1,"3":3}}), m.light({"colorTemp":{"range":[333,333]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), m.commandsOnOff(), m.commandsLevelCtrl(), m.commandsColorCtrl()],
extend: [m.light({"colorTemp":{"range":[333,333]},"color":{"modes":["xy","hs"],"enhancedHue":true}})],

};

Check failure on line 408 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

',' expected.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Suggested change
};
},


{
fingerprint: [
{
Expand All @@ -411,10 +419,10 @@
],
},
],
model: "110285",

Check failure on line 422 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
vendor: "AwoX",

Check failure on line 423 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
description: "Smart Home LED Light Bulb E27, ST64, dimmable",

Check failure on line 424 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
extend: [m.deviceEndpoints({endpoints: {"1": 1, "3": 3}}), m.light()],

Check failure on line 425 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
whiteLabel: [{vendor: "EGLO", model: "110285"}],

Check failure on line 426 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

';' expected.
},

Check failure on line 427 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

Declaration or statement expected.

Check failure on line 427 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

Expression expected.
];

Check failure on line 428 in src/devices/awox.ts

View workflow job for this annotation

GitHub Actions / ci

Declaration or statement expected.
Loading