Skip to content

Commit

Permalink
feat(add): 1005318 (#6304)
Browse files Browse the repository at this point in the history
* Update slv.ts

Added VALETO LED E27 RGBW

* Update slv.ts

* Add support for SLV VALETO LED E27 RGBW

removed trailing spaces
  • Loading branch information
Ru4rc authored Oct 18, 2023
1 parent fd2aec0 commit bda4f6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/slv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ const definitions: Definition[] = [
description: 'VALETO LED GU10 RGBW',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 556]}),
},
{
zigbeeModel: ['1005318'],
model: '1005318',
vendor: 'SLV',
description: 'VALETO LED E27 RGBW',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
},
];

module.exports = definitions;

0 comments on commit bda4f6d

Please sign in to comment.