What server version are you using?
It uses a pretty old version. Do you want to update?
Yes, need updated version to use full features and get battery information, but previously we are getting battery info in under attributes "position" event of socket how that change by updating Android Traccar Client App.
Updated.
Thanks, It worked.
Hey,
After updating Traccar Client, there is an option Continuous Tracking toggle button. If Continuous Tracking switch is off and I try to send position details to my Flutter application via socket position event, in this case i am not getting battery information into attributes of position event. When Continuous Tracking switch is on then i am getting battery information but when it's off i am not getting battery information. Please tell me can we change this behaviour of Traccar Client App or Traccar Server ? I want to get battery information even Continuous Tracking switch is off.
I don't think we can change this.
Ok Thanks
I have setup socket on my Flutter application and receiving "position", "geoFenceEnter" & "geoFenceExit" event.
Previously, in position event i was receiving "Battery Level" and "isCharging" params in attributes of position event. But after updating may be Traccar Client App on my android device i am still receiving enter, exit also position events same as before but now in position event attributes there are no params regarding battery level or battery charging status.
Is anything change or update in new Traccar Client App or now we have to add extra permissions or enable anything from Traccar Server to get these information regarding battery level and charging status ?