Skip to content

Commit

Permalink
Disable xy color mode for AC03647 and AC03645. Koenkk/zigbee2mqtt#6402
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 22, 2021
1 parent 8e9cc3f commit 37c9fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -4899,6 +4899,7 @@ const devices = [
description: 'LIGHTIFY LED CLA60 E27 RGBW',
extend: preset.ledvance.light_onoff_brightness_colortemp_color(),
ota: ota.ledvance,
exposes: [e.light_brightness_colortemp_colorhs([153, 526]), e.effect()],
},
{
zigbeeModel: ['CLA60 TW OSRAM'],
Expand Down Expand Up @@ -4931,6 +4932,7 @@ const devices = [
description: 'SMART+ LED CLASSIC E27 RGBW',
extend: preset.ledvance.light_onoff_brightness_colortemp_color([153, 526]),
ota: ota.ledvance,
exposes: [e.light_brightness_colortemp_colorhs([153, 526]), e.effect()],
},
{
zigbeeModel: ['CLA60 RGBW II Z3'],
Expand Down

0 comments on commit 37c9fff

Please sign in to comment.