Skip to content

Commit cc15841

Browse files
committed
feat(add): 404051 @Chrischan-git Koenkk/zigbee2mqtt#22707
1 parent 3817344 commit cc15841

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/muller_licht.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ function mullerLichtLight(args: LightArgs) {
1616
}
1717

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

0 commit comments

Comments
 (0)