Skip to content

Commit

Permalink
feat(add): RB 255 C @B08Z Koenkk/zigbee2mqtt#17978
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 14, 2023
1 parent 348b639 commit 324f5bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,15 @@ const definitions: Definition[] = [
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [100, 350], supportsHueAndSaturation: true}),
meta: {applyRedFix: true, turnsOffAtBrightness1: true},
},
{
zigbeeModel: ['RB 255 C'],
model: 'RB 255 C',
vendor: 'Innr',
description: 'E14 mini bulb RGBW',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555], supportsHueAndSaturation: true}),
meta: {supportsEnhancedHue: false, applyRedFix: true, turnsOffAtBrightness1: true},
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['OFL 122 C'],
model: 'OFL 122 C',
Expand Down

0 comments on commit 324f5bc

Please sign in to comment.