Browse Source

fix issue zeroexport PowerL123

pull/1551/head
DanielR92 6 months ago
parent
commit
9314e69943
  1. 6
      src/plugins/zeroExport/zeroExport.h

6
src/plugins/zeroExport/zeroExport.h

@ -915,9 +915,9 @@ class ZeroExport {
result = mPowermeter.getData(mLog, group);
if (
(mCfg->groups[group].pmPower == 0) &&
(mCfg->groups[group].pmPower == 0) &&
(mCfg->groups[group].pmPower == 0) &&
(mCfg->groups[group].pmPower == 0)) {
(mCfg->groups[group].pmPowerL1 == 0) &&
(mCfg->groups[group].pmPowerL2 == 0) &&
(mCfg->groups[group].pmPowerL3 == 0)) {
return false;
}

Loading…
Cancel
Save