Skip to content

Commit

Permalink
feat(add): 10454466 (#5995)
Browse files Browse the repository at this point in the history
* Added Hornbach 10454466 GU10 RGBW Lamp

* Added correct colorTempRange
  • Loading branch information
xvisor16 authored Jul 23, 2023
1 parent 0e36764 commit 53f57c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/hornbach.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ const definitions: Definition[] = [
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',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
},
{
zigbeeModel: ['VIYU-GU10-350-CCT-10011724'],
model: '10011724',
Expand Down

0 comments on commit 53f57c2

Please sign in to comment.