Skip to content

Commit

Permalink
Fix MCT-340 SMA configure failing. #1321
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 17, 2020
1 parent 13c5faa commit 8cac16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -8164,7 +8164,7 @@ const devices = [
const endpoint = device.getEndpoint(1);
await bind(endpoint, coordinatorEndpoint, ['msTemperatureMeasurement', 'genPowerCfg']);
await configureReporting.temperature(endpoint);
await configureReporting.batteryPercentageRemaining(endpoint);
await configureReporting.batteryVoltage(endpoint);
},
},

Expand Down

0 comments on commit 8cac16b

Please sign in to comment.