Yes, it's one of the alarms, if your device supports it.
noted..
as I use our mobile app, we can get battery event conditions, what url address for sending this data to server? ..
any tech doc for this?
If you are talking about Traccar Client app, it doesn't support low battery alarm.
no..
I meant .. we use our mobile app and we want to send data about battery conditions to the server ..
What protocol are you using to report data to the server?
sorry, I don't know what you mean..
my thought 's I able to send something like what I have done with sending location but with different parameters
like below.. I send location data to server using address below:
so .. my thought 's something like
http://demo5.traccar.org:5055/?id=113460¤t_battery=30 (meant.. the battery is 30%)..
do you have something like this?
OK, the examples that you provided are for OsmAnd protocol. You can send a low battery alarm over it with something like this:
alarm=lowBattery
http://demo5.traccar.org:5055/?id=113460&alarm=lowBattery
how about low gsm signal?
where can I find the tech doc for this?
You can find list of supported alarms here:
https://github.com/tananaev/traccar/blob/master/src/org/traccar/model/Position.java
is there any way to send notification when device in low battery condition?