1
0
Fork 0
telegraf/plugins/parsers/xpath/testcases/name_expansion/test.json

48 lines
731 B
JSON
Raw Permalink Normal View History

{
"devices": [
{
"type": "Motor",
"rpm": 423,
"phases": [
{
"load": 34,
"voltage": 231
},
{
"load": 35,
"voltage": 231
},
{
"load": 36,
"voltage": 231
}
],
"ok": true
},
{
"type": "Pump",
"hours": 8762,
"flow": 3.1414,
"ok": true
},
{
"type": "Machine",
"throughput": 1026,
"phases": [
{
"load": 341,
"voltage": 231
},
{
"load": 352,
"voltage": 231
},
{
"load": 363,
"voltage": 231
}
],
"ok": true
}
]
}