Skip to content

Commit

Permalink
fix: Fix ROBB ROB_200-024-0 battery percentage divided by 2 Koenkk/zi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 30, 2024
1 parent 04e4a50 commit 3839ea6
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 @@ -128,7 +128,7 @@ const definitions: Definition[] = [
exposes: [e.battery(), e.action(['brightness_move_up', 'brightness_move_down', 'brightness_stop', 'on', 'off', 'recall_*'])],
toZigbee: [],
whiteLabel: [{vendor: 'RGB Genie', model: 'ZGRC-KEY-013'}],
meta: {multiEndpoint: true, battery: {dontDividePercentage: true}},
meta: {multiEndpoint: true},
configure: async (device, coordinatorEndpoint) => {
await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff', 'genScenes']);
await reporting.bind(device.getEndpoint(2), coordinatorEndpoint, ['genOnOff']);
Expand Down

0 comments on commit 3839ea6

Please sign in to comment.