Skip to content

Commit

Permalink
Revert "Undo Koenkk#2036 which was applied to the wrong bulb (Koenkk#…
Browse files Browse the repository at this point in the history
…2138)"

This reverts commit 4fee155.
  • Loading branch information
DomiStyle committed Jan 25, 2021
1 parent fe8e2b3 commit 4a55b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -9956,8 +9956,9 @@ const devices = [
model: '404006/404008/404004',
vendor: 'Müller Licht',
description: 'Tint LED bulb GU10/E14/E27 350/470/806 lumen, dimmable, opal white',
extend: preset.light_onoff_brightness_colortemp(),
toZigbee: preset.light_onoff_brightness_colortemp().toZigbee.concat([tz.tint_scene]),
extend: preset.light_onoff_brightness_colortemp_color(),
toZigbee: preset.light_onoff_brightness_colortemp_color().toZigbee.concat([tz.tint_scene]),
meta: {enhancedHue: false},
},
{
zigbeeModel: ['ZBT-CCTLight-GU100000'],
Expand Down

0 comments on commit 4a55b4f

Please sign in to comment.