Skip to content

Commit

Permalink
feat(add): 10454467 (#6143)
Browse files Browse the repository at this point in the history
* Update hornbach.ts

added 10454467 candle RGB E14

* Update hornbach.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
modanOU and Koenkk authored Sep 6, 2023
1 parent 7e34d14 commit 07fa6a3
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions src/devices/hornbach.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,63 +6,70 @@ const definitions: Definition[] = [
zigbeeModel: ['VIYU-A60-806-RGBW-10011725'],
model: '10011725',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart LED bulb RGB E27',
description: 'FLAIR Viyu smart LED bulb RGB E27',
extend: extend.light_onoff_brightness_colortemp_color(),
},
{
zigbeeModel: ['VIYU_A60_806_RGBW_10454471'],
model: '10454471',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart LED bulb RGBW E27',
description: 'FLAIR Viyu smart LED bulb RGBW E27',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
},
{
zigbeeModel: ['VIYU_C35_470_RGBW_10454467'],
model: '10454467',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED candle RGB E14',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
},
{
zigbeeModel: ['VIYU_C35_470_RGBW_10297667'],
model: '10297667',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart LED bulb RGB E14',
description: 'FLAIR Viyu smart LED bulb RGB E14',
extend: extend.light_onoff_brightness_colortemp_color(),
},
{
zigbeeModel: ['VIYU-A60-806-CCT-10011723'],
model: '10011723',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart LED bulb CCT E27',
description: 'FLAIR Viyu smart LED bulb CCT E27',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
},
{
zigbeeModel: ['VIYU-C35-470-CCT-10011722'],
model: '10011722',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart LED candle CCT E14',
description: 'FLAIR Viyu smart LED candle CCT E14',
extend: extend.light_onoff_brightness_colortemp(),
},
{
zigbeeModel: ['VIYU_GU10_350_RGBW_10297666'],
model: '10297666',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart GU10 RGBW lamp',
description: 'FLAIR Viyu smart GU10 RGBW lamp',
extend: extend.light_onoff_brightness_colortemp_color(),
},
{
zigbeeModel: ['VIYU_GU10_350_RGBW_10454466'],
model: '10454466',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart LED GU10 RGBW lamp',
description: 'FLAIR Viyu smart LED GU10 RGBW lamp',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
},
{
zigbeeModel: ['VIYU-GU10-350-CCT-10011724'],
model: '10011724',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart GU10 CCT lamp',
description: 'FLAIR Viyu smart GU10 CCT lamp',
extend: extend.light_onoff_brightness_colortemp(),
},
{
zigbeeModel: ['VIYU_A60_470_FI_D_CCT_10297665'],
model: '10297665',
vendor: 'HORNBACH',
description: 'FLAIR Viyu Smart LED bulb CCT E27 filament',
description: 'FLAIR Viyu smart LED bulb CCT E27 filament',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [250, 454]}),
},
];
Expand Down

0 comments on commit 07fa6a3

Please sign in to comment.