{
"name": "addGeofence",
"content": {
"id": "{{id}}",
"latitude": "{{latitude}}",
"longitude": "{{longitude}}",
"radius": "{{radius}}",
"showWhileInBackground": false,
"showOnceInSeconds": 10,
"showOnceInSecondsEnter": 10,
"showOnceInSecondsExit": 10,
"maxAge": 3,
"events": [
{
"type": "enterRegion",
"actions": [
{
"type": "if",
"params": {
"condition": {
"left": "{{enterNotification}}",
"mode": "equals",
"right": "true"
}
},
"then": [
{
"type": "showMessage",
"params": {
"title": "$lang(geofenece02Content09)$ {{name}}",
"text": "$lang(geofenece02Content10)$",
"asNotification": true
}
}
],
"else": [
{
"type": "noAction"
}
]
}
]
},
{
"type": "exitRegion",
"actions": [
{
"type": "if",
"params": {
"condition": {
"left": "{{exitNotification}}",
"mode": "equals",
"right": "true"
}
},
"then": [
{
"type": "showMessage",
"params": {
"title": "$lang(geofenece02Content11)$ {{name}}",
"text": "$lang(geofenece02Content12)$",
"asNotification": true
}
}
],
"else": [
{
"type": "noAction"
}
]
}
]
}
]
}
}