Skip to content

Commit

Permalink
feat: Support power_on_behavior for Gledopto GL-B-007P. Koenkk/zigb…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 10, 2023
1 parent d0d1832 commit 4cbe8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/gledopto.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ module.exports = [
vendor: 'Gledopto',
ota: ota.zigbeeOTA,
description: 'Zigbee 6W E26/E27 Bulb RGB+CCT (pro)',
extend: gledoptoExtend.light_onoff_brightness_colortemp_color(),
extend: gledoptoExtend.light_onoff_brightness_colortemp_color({disablePowerOnBehavior: false}),
},
{
zigbeeModel: ['GL-B-008Z'],
Expand Down

0 comments on commit 4cbe8f7

Please sign in to comment.