Hi,
Is there a way to send events through the osmand protocol, like lowBattery, tampering etc? If yes what are keys? I have tried doing
?id=123456789&lat=51.085699&lon=17.007040&hdop=1&bearing=280.630005&altitude=129.000000&speed=0.203720&satellites=7&motion=true&alarmTampering=true
however, it just gets parsed as a key value pair. Or do we have to write specific support for the alerts and then handle it accordingly in Osmand?
Okay. this works.
id=123456789&lat=51.085699&lon=17.007040&hdop=1&bearing=280.630005&altitude=129.000000&speed=0.203720&satellites=7&motion=true&alarm=sos
Hi,
Is there a way to send events through the osmand protocol, like lowBattery, tampering etc? If yes what are keys? I have tried doing
however, it just gets parsed as a key value pair. Or do we have to write specific support for the alerts and then handle it accordingly in Osmand?