Skip to content

Commit

Permalink
fix: Disable unsupported power_on_behavior for ZLED-RGB9. Koenkk/zi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 23, 2023
1 parent 14ddcd0 commit 03aa13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/trust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const definitions: Definition[] = [
model: 'ZLED-RGB9',
vendor: 'Trust',
description: 'Smart RGB LED bulb',
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500], disablePowerOnBehavior: true}),
endpoint: (device) => {
return {'default': 2};
},
Expand Down

0 comments on commit 03aa13a

Please sign in to comment.