mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Fixed unprocessable characters in json
This commit is contained in:
parent
43e2b2478b
commit
0947d335ce
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"P" : %d
|
"P" : %lu
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
"lv" : "%s",
|
"lv" : "%s",
|
||||||
"id" : "%s",
|
"id" : "%s",
|
||||||
"type" : "%s",
|
"type" : "%s",
|
||||||
"P" : %d,
|
"P" : %lu,
|
||||||
"Q" : %d,
|
"Q" : %lu,
|
||||||
"PO" : %d,
|
"PO" : %lu,
|
||||||
"QO" : %d,
|
"QO" : %lu,
|
||||||
"I1" : %.2f,
|
"I1" : %.2f,
|
||||||
"I2" : %.2f,
|
"I2" : %.2f,
|
||||||
"I3" : %.2f,
|
"I3" : %.2f,
|
||||||
|
|||||||
@ -2,16 +2,16 @@
|
|||||||
"lv" : "%s",
|
"lv" : "%s",
|
||||||
"id" : "%s",
|
"id" : "%s",
|
||||||
"type" : "%s",
|
"type" : "%s",
|
||||||
"P" : %d,
|
"P" : %lu,
|
||||||
"P1" : %d,
|
"P1" : %lu,
|
||||||
"P2" : %d,
|
"P2" : %lu,
|
||||||
"P3" : %d,
|
"P3" : %lu,
|
||||||
"Q" : %d,
|
"Q" : %lu,
|
||||||
"PO" : %d,
|
"PO" : %lu,
|
||||||
"PO1" : %d,
|
"PO1" : %lu,
|
||||||
"PO2" : %d,
|
"PO2" : %lu,
|
||||||
"PO3" : %d,
|
"PO3" : %lu,
|
||||||
"QO" : %d,
|
"QO" : %lu,
|
||||||
"I1" : %.2f,
|
"I1" : %.2f,
|
||||||
"I2" : %.2f,
|
"I2" : %.2f,
|
||||||
"I3" : %.2f,
|
"I3" : %.2f,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user