I have three Particle Tracker Ones. They are all running the default v11 firmware.
One sends battery value in the webhook - like this:
{
"cmd":"loc"
"time":1616001912
"loc":{
"lck":1
"time":1616001913
"lat":35.90859222
"lon":-78.80267334
"alt":88.317
"hd":249.19
"h_acc":3.4
"v_acc":5.7
"cell":43.3
"batt":78.2
"temp":28.1
}
"trig":[
0:
"lock"
]
"req_id":74
}
The other two do not:
{
"cmd":"loc"
"time":1616001990
"loc":{
"lck":1
"time":1616001990
"lat":35.90860367
"lon":-78.80270386
"alt":97.517
"hd":226.1
"h_acc":1.2
"v_acc":2.3
"cell":43.3
"temp":23.2
}
"trig":[
0:
"radius"
]
"req_id":51
}
Any advice on how to correct this?
Thanks,
Chip