mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-27 04:33:04 +00:00
Fixed incorrect value for accumulated export
This commit is contained in:
@@ -695,7 +695,7 @@ void AmsWebServer::dataJson() {
|
||||
meterState->getReactiveImportPower(),
|
||||
meterState->getReactiveExportPower(),
|
||||
meterState->getActiveImportCounter(),
|
||||
meterState->getReactiveExportCounter(),
|
||||
meterState->getActiveExportCounter(),
|
||||
meterState->getReactiveImportCounter(),
|
||||
meterState->getReactiveExportCounter(),
|
||||
meterState->getL1Voltage(),
|
||||
|
||||
Reference in New Issue
Block a user