Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 22, 2024
1 parent 3817344 commit cc15841
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/muller_licht.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ function mullerLichtLight(args: LightArgs) {
}

const definitions: Definition[] = [
{
zigbeeModel: ['tint-Spotlights'],
model: '404051',
vendor: 'Müller Licht',
description: 'Tint LED-Spotlights, white+color 3x (1800-6500K+RGB) 19W',
extend: [mullerLichtLight({colorTemp: {range: [153, 556]}, color: true})],
},
{
zigbeeModel: ['tint-ExtendedColor'],
model: '404036/45327/45317/45328',
Expand Down

0 comments on commit cc15841

Please sign in to comment.