Currently my code is console.log("body:", body.readResults)
. But I do not want the value t
and r
. How to deselect them and get the rest?
"readResults": [
{
"id": "Channel1.Device1.Coil",
"s": true,
"r": "",
"v": true,
"t": 1553586722927
}
]