Fixed decimals in json

This commit is contained in:
Gunnar Skjold
2021-10-23 10:38:53 +02:00
parent 21a4102553
commit e929f87ea9
4 changed files with 42 additions and 50 deletions

View File

@@ -20,10 +20,10 @@
"U1" : %.2f,
"U2" : %.2f,
"U3" : %.2f,
"tPI" : %.1f,
"tPO" : %.1f,
"tQI" : %.1f,
"tQO" : %.1f,
"tPI" : %.2f,
"tPO" : %.2f,
"tQI" : %.2f,
"tQO" : %.2f,
"rtc" : %lu
}
}