Skip to content

Commit

Permalink
fix: Fix power not updating for Aurora Lighting AU-A1ZBDSS Koenkk/z…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 5, 2024
1 parent 4fc2717 commit 04a1def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/aurora_lighting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const definitions: Definition[] = [
e.numeric('brightness', ea.ALL).withValueMin(0).withValueMax(254)
.withDescription('Brightness of this backlight LED')],
toZigbee: [tzLocal.backlight_brightness, tz.on_off],
meta: {multiEndpoint: true, multiEndpointSkip: ['energy', 'power']},
meta: {multiEndpoint: true},
ota: ota.zigbeeOTA,
endpoint: (device) => {
return {'left': 1, 'right': 2};
Expand Down

0 comments on commit 04a1def

Please sign in to comment.