mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-27 04:37:35 +00:00
Fixed saving tariff thresholds
This commit is contained in:
@@ -525,6 +525,7 @@ bool AmsConfiguration::setEnergyAccountingConfig(EnergyAccountingConfig& config)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
config.thresholds[9] = 255;
|
config.thresholds[9] = 255;
|
||||||
|
energyAccountingChanged |= config.hours != existing.hours;
|
||||||
} else {
|
} else {
|
||||||
energyAccountingChanged = true;
|
energyAccountingChanged = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user