mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
25 lines
408 B
JSON
25 lines
408 B
JSON
{
|
|
"id" : "%s",
|
|
"name" : "%s",
|
|
"up" : %lu,
|
|
"t" : %lu,
|
|
"vcc" : %.3f,
|
|
"rssi": %d,
|
|
"temp": %.2f,
|
|
"data" : {
|
|
"lv" : "%s",
|
|
"id" : "%s",
|
|
"type" : "%s",
|
|
"P" : %d,
|
|
"Q" : %d,
|
|
"PO" : %d,
|
|
"QO" : %d,
|
|
"I1" : %.2f,
|
|
"I2" : %.2f,
|
|
"I3" : %.2f,
|
|
"U1" : %.2f,
|
|
"U2" : %.2f,
|
|
"U3" : %.2f
|
|
}
|
|
}
|