Skip to content

Commit

Permalink
fix: Remove unsupported color from Innr RS 128 T Koenkk/zigbee2mqtt#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 15, 2024
1 parent 6fef741 commit 57ffe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/innr.ts
Expand Up @@ -316,7 +316,7 @@ const definitions: Definition[] = [
model: 'RS 128 T',
vendor: 'Innr',
description: 'GU10 spot 350 lm, dimmable, white spectrum',
extend: [light({colorTemp: {range: [153, 555]}, color: {applyRedFix: true}, turnsOffAtBrightness1: true})],
extend: [light({colorTemp: {range: [153, 555]}, turnsOffAtBrightness1: true})],
},
{
zigbeeModel: ['RS 228 T'],
Expand Down

0 comments on commit 57ffe0d

Please sign in to comment.