mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-09 22:21:39 +02:00
fix issue zeroexport PowerL123
This commit is contained in:
parent
fd91ec3a2c
commit
9314e69943
1 changed files with 3 additions and 3 deletions
|
@ -915,9 +915,9 @@ class ZeroExport {
|
||||||
result = mPowermeter.getData(mLog, group);
|
result = mPowermeter.getData(mLog, group);
|
||||||
if (
|
if (
|
||||||
(mCfg->groups[group].pmPower == 0) &&
|
(mCfg->groups[group].pmPower == 0) &&
|
||||||
(mCfg->groups[group].pmPower == 0) &&
|
(mCfg->groups[group].pmPowerL1 == 0) &&
|
||||||
(mCfg->groups[group].pmPower == 0) &&
|
(mCfg->groups[group].pmPowerL2 == 0) &&
|
||||||
(mCfg->groups[group].pmPower == 0)) {
|
(mCfg->groups[group].pmPowerL3 == 0)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue