Skip to content

Commit

Permalink
Refs Koenkk/zigbee2mqtt#12952: Lonsonho TS110E_2gang - remove extra…
Browse files Browse the repository at this point in the history
… read command in the `configure` section
  • Loading branch information
gorbunovav committed Jun 29, 2022
1 parent a464bb9 commit 0c84e0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devices/lonsonho.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ module.exports = [
await extend.light_onoff_brightness().configure(device, coordinatorEndpoint, logger);
await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff', 'genLevelCtrl']);
await reporting.bind(device.getEndpoint(2), coordinatorEndpoint, ['genOnOff', 'genLevelCtrl']);
await device.getEndpoint(1).read('genOnOff', ['moesStartUpOnOff']);
},
endpoint: (device) => {
return {l1: 1, l2: 2};
Expand Down

0 comments on commit 0c84e0e

Please sign in to comment.