Topic: Differences on each RESULT node...
Hello. Results in response body are different...
Data on the second RESULT value is different from the other ones.. It doesn´t have the same values as always. Why is that?
{
"result": [
{
"channel_id": 1039,
"custom.age": 2,
"custom.code": 54,
"custom.event_type": 10,
"custom.id": 4428022375,
"custom.ip": "nnn.nnn.nnn.nnn",
"custom.pid": 121,
"custom.port": 4097,
"custom.re_index": 0,
"custom.re_sense": 1,
"custom.re_type": "R",
"custom.source": 3,
"custom.valid_position": 1,
"custom.vid": 264,
"ident": "nnn",
"position.altitude": 0,
"position.direction": 115,
"position.latitude": -33.36868,
"position.longitude": -58.16241,
"position.satellites": 255,
"position.speed": 6,
"timestamp": 1510832702
},
{
"channel_id": 1039,
"custom.ac": 0,
"custom.age": 2,
"custom.bl": 4084,
"custom.cf_cid": 25,
"custom.cf_lac": 292,
"custom.cf_rssi": 15,
"custom.code": 51,
"custom.digital": 0,
"custom.event_type": 10,
"custom.id": 4428022426,
"custom.io_exp_state": 0,
"custom.io_ign": 1,
"custom.io_in1": 0,
"custom.io_in2": 0,
"custom.io_in3": 0,
"custom.io_out1": 0,
"custom.io_out2": 0,
"custom.io_pwr": 1,
"custom.ip": "nnn.nnn.nnn.nnn",
"custom.mileage": 0,
"custom.pdop": 1.49,
"custom.pid": 121,
"custom.port": 4097,
"custom.source": 3,
"custom.valid_position": 1,
"custom.vdop": 1.21,
"custom.vid": 264,
"custom.vo": 2224776,
"ident": "nnn",
"position.altitude": 63,
"position.direction": 64,
"position.hdop": 0.87,
"position.latitude": -33.36868,
"position.longitude": -58.16205,
"position.satellites": 9,
"position.speed": 6,
"timestamp": 1510832720
},
{
"channel_id": 1039,
"custom.ac": 0,
"custom.age": 2,
"cust...
There are tags (custom.re_index, custom.re_sense, custom.re_type) that I have never seen before... and there are tags that are missing.
Thanks.