mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 08:22:10 +00:00
Fixed config file
This commit is contained in:
parent
f43fe5f864
commit
0ef8390df0
@ -2430,8 +2430,8 @@ void AmsWebServer::configFileDownload() {
|
||||
ead.month,
|
||||
0.0, // Old max
|
||||
ead.costYesterday / 10.0,
|
||||
ead.costThisMonth,
|
||||
ead.costLastMonth,
|
||||
ead.costThisMonth / 1.0,
|
||||
ead.costLastMonth / 1.0,
|
||||
ead.peaks[0].day,
|
||||
ead.peaks[0].value / 100.0,
|
||||
ead.peaks[1].day,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user