Skip to content

Commit

Permalink
fix(ignore): Fix 012f2d1 for real now
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 8, 2023
1 parent 38e1ae3 commit 6544f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const definitions: Definition[] = [
model: 'A319463',
vendor: 'LS Deutschland GmbH',
description: 'Home base',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 454]}),
exposes: (device, options) => {
if (!device) return [e.light_brightness_colortemp_colorxy([153, 454]), e.linkquality()];
return [e.linkquality(), ...device.endpoints.filter((ep) => ep.ID !== 242).map((ep) => {
Expand Down

0 comments on commit 6544f66

Please sign in to comment.