Skip to content

Commit

Permalink
feat(add): GL-LB-001P Koenkk/zigbee2mqtt#18870
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 5, 2023
1 parent 9a0028e commit a4c676d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/gledopto.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,13 @@ module.exports = [
extend: gledoptoExtend.light_onoff_brightness_colortemp_color(),
meta: {disableDefaultResponse: true},
},
{
zigbeeModel: ['GL-LB-001P'],
model: 'GL-LB-001P',
vendor: 'Gledopto',
description: 'Zigbee USB LED bar RGB+CCT (pro)',
extend: gledoptoExtend.light_onoff_brightness_colortemp_color({colorTempRange: [158, 495]}),
},
{
zigbeeModel: ['GL-B-002P'],
model: 'GL-B-002P',
Expand Down

0 comments on commit a4c676d

Please sign in to comment.