fix issue zeroexport PowerL123

This commit is contained in:
DanielR92 2024-03-30 18:57:15 +01:00
parent fd91ec3a2c
commit 9314e69943

View file

@ -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;
}