mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-08 21:51:38 +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);
|
||||
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…
Add table
Add a link
Reference in a new issue