Skip to content

Commit

Permalink
fix: Fix battery % multiplied by 2 for ROBB ROB_200-009-0 Koenkk/zigb…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 5, 2024
1 parent ffc3919 commit 6733f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/robb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const definitions: Definition[] = [
fromZigbee: [fz.command_on, fz.command_off, fz.command_move, fz.command_stop, fz.battery],
exposes: [e.battery(), e.action(['on_1', 'off_1', 'stop_1', 'brightness_move_up_1', 'brightness_move_down_1', 'brightness_stop_1'])],
toZigbee: [],
meta: {multiEndpoint: true, battery: {dontDividePercentage: true}},
meta: {multiEndpoint: true},
whiteLabel: [{vendor: 'Sunricher', model: 'SR-ZG9001K2-DIM'}],
},
{
Expand Down

0 comments on commit 6733f6f

Please sign in to comment.