Skip to content

Commit

Permalink
FLS-CT (Koenkk#243)
Browse files Browse the repository at this point in the history
* ZBT-ExtendedColor

* FLS-CT

* Update devices.js

* Update devices.js
  • Loading branch information
arteck authored and qosmio committed Dec 25, 2019
1 parent e86190f commit 6adecc5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7510,12 +7510,19 @@ const devices = [

// Dresden Elektronik
{
zigbeeModel: ['FLS-PP3\u0000'],
zigbeeModel: ['FLS-PP3'],
model: 'Mega23M12',
vendor: 'Dresden Elektronik',
description: 'ZigBee Light Link wireless electronic ballast',
extend: generic.light_onoff_brightness_colortemp_colorxy,
},
{
zigbeeModel: ['FLS-CT'],
model: 'XVV-Mega23M12',
vendor: 'Dresden Elektronik',
description: 'ZigBee Light Link wireless electronic ballast color temperature',
extend: generic.light_onoff_brightness_colortemp,
},

// Centralite Swiss Plug
{
Expand Down

0 comments on commit 6adecc5

Please sign in to comment.