First implementation of energy accounting

This commit is contained in:
Gunnar Skjold
2022-01-21 17:37:23 +01:00
parent e4d4753181
commit a72f02a779
11 changed files with 336 additions and 14 deletions

View File

@@ -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
}
}
}