Skip to content

Commit

Permalink
Added Müller Licht white bulbs (Koenkk#229)
Browse files Browse the repository at this point in the history
* New devices: Heiman Water Sensor, Heiman Door Sensor

* Update devices.js

* Update fromZigbee.js

* Update fromZigbee.js

* Improved support for HEIMAN devices

* Fixed ; and style

* Style fix

* Updates

* Fixed wrong bitshift

* Added Müller Licht white bulbs

* Added Müller Licht white bulbs
  • Loading branch information
merlinschumacher authored and qosmio committed Dec 25, 2019
1 parent 3089a7d commit 94fe7cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7702,6 +7702,13 @@ const devices = [
description: 'Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, color, opal white',
extend: generic.light_onoff_brightness_colortemp_colorxy,
},
{
zigbeeModel: ['ZBT-ColorTemperature'],
model: '404006/404008/404004',
vendor: 'Müller Licht',
description: 'Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white',
extend: generic.light_onoff_brightness_colortemp,
},
];

module.exports = devices.map((device) =>
Expand Down

0 comments on commit 94fe7cf

Please sign in to comment.