{
"name": "addGeofence",
"content": {
"id": "1",
"latitude": "50.581390",
"longitude": "8.665290",
"radius": "500",
"showOnceInSeconds": 10,
"showOnceInSecondsEnter": 10,
"showOnceInSecondsExit": 10,
"events": [
{
"type": "enterRegion",
"actions": [
{
"type": "showMessage",
"params": {
"text": "You have entered the region!"
}
}
]
},
{
"type": "exitRegion",
"actions": [
{
"type": "showMessage",
"params": {
"text": "You have left the region!"
}
}
]
}
]
}
}