Adjustments after changing type of phase power

This commit is contained in:
Gunnar Skjold
2024-01-07 11:04:43 +01:00
parent 768dc97c9c
commit 183cb1e2b1
3 changed files with 18 additions and 18 deletions

View File

@@ -3,14 +3,14 @@
"id" : "%s",
"type" : "%s",
"P" : %d,
"P1" : %.2f,
"P2" : %.2f,
"P3" : %.2f,
"P1" : %d,
"P2" : %d,
"P3" : %d,
"Q" : %d,
"PO" : %d,
"PO1" : %.2f,
"PO2" : %.2f,
"PO3" : %.2f,
"PO1" : %d,
"PO2" : %d,
"PO3" : %d,
"QO" : %d,
"I1" : %.2f,
"I2" : %.2f,