Skip to content

Commit

Permalink
fix: Fix Orvibo ST30 configure failing Koenkk/zigbee2mqtt#21541
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 24, 2024
1 parent cb4d26d commit 967a9d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices/orvibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ const definitions: Definition[] = [
await reporting.bind(endpoint2, coordinatorEndpoint, ['msRelativeHumidity', 'genPowerCfg']);
await reporting.temperature(endpoint1);
await reporting.humidity(endpoint2);
await reporting.batteryVoltage(endpoint2);
await reporting.batteryPercentageRemaining(endpoint2);
},
exposes: [e.humidity(), e.temperature(), e.battery()],
Expand Down

0 comments on commit 967a9d9

Please sign in to comment.