Overland-iOS icon indicating copy to clipboard operation
Overland-iOS copied to clipboard

Supporting two-way communication

Open banzy opened this issue 5 years ago • 0 comments

Using the JSON response from the custom server, currently { result: "ok" } for introducing new values in the app. For instance, setting a geofencing area or changing the tracking times remotely. Something like: { result:"ok", set:{
tracking:5, geof:{ mode":"out", center:[ 39.12, 0.28 ]} } }

banzy avatar Dec 11 '19 10:12 banzy