Requested Feature

Hi.
Again, i am very pleased using this app, it's great. I have been working getting the values traccar client sends, it's almost ideal to me.

I wonder if you could, please, add in future versions of traccar client add a coup of fields in the array of data it sends, i mean having this:

Array
(
    [id] => XXxxxXXXxXX
    [timestamp] => 1686429423
    [lat] => -38.9613683
    [lon] => -68.0680459
    [speed] => 6.556485525446892
    [bearing] => 244.0159454345703
    [altitude] => 285.1000061035156
    [accuracy] => 96.0
    [batt] => 4.0
    [charge] => true
)

just add two like:

[network]  => true
[location] => false

I am asking since the app already reports when network is available or not in the status, it can be sent in the array, for example.

Hope you consider it, thanks.

Anton Tananaeva year ago

For feature requests you should use GitHub instead.

OK.. let's go to there..