Skip to content

Commit

Permalink
Add OGL 130 C. Koenkk/zigbee2mqtt#12085
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 6, 2022
1 parent 27ca0f3 commit cde62d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions devices/innr.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ module.exports = [
extend: extend.light_onoff_brightness(),
meta: {turnsOffAtBrightness1: true},
},
{
zigbeeModel: ['OGL 130 C'],
model: 'OGL 130 C',
vendor: 'Innr',
description: 'Outdoor smart globe lights',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [100, 1000], supportsHS: true}),
meta: {applyRedFix: true, turnsOffAtBrightness1: true},
},
{
zigbeeModel: ['OPL 130 C'],
model: 'OPL 130 C',
Expand Down

0 comments on commit cde62d6

Please sign in to comment.