mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-25 20:06:08 +00:00
First implementation of energy accounting
This commit is contained in:
@@ -33,5 +33,21 @@
|
||||
"p" : %s,
|
||||
"c" : %lu,
|
||||
"mt" : %d,
|
||||
"ds" : %d
|
||||
"ds" : %d,
|
||||
"ea" : {
|
||||
"x" : %.1f,
|
||||
"t" : %.1f,
|
||||
"h" : {
|
||||
"u" : %.2f,
|
||||
"c" : %.2f
|
||||
},
|
||||
"d" : {
|
||||
"u" : %.2f,
|
||||
"c" : %.2f
|
||||
},
|
||||
"m" : {
|
||||
"u" : %.2f,
|
||||
"c" : %.2f
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user