aboutsummaryrefslogtreecommitdiff
path: root/templates/sms/deviceOverspeed.vm
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-05-11 14:22:21 -0700
committerGitHub <noreply@github.com>2018-05-11 14:22:21 -0700
commit662b774234298c38a38c172d1dcb4668996045ac (patch)
tree7f46a605aabd630d3f07b7ec6f7d8713ed3be2ce /templates/sms/deviceOverspeed.vm
parenta97c12829e99b63f1951bffc658c37ec180e5379 (diff)
parent3639bc6d289fa137d5dc7aaa47b67cd6a6bcc47d (diff)
downloadtraccar-server-662b774234298c38a38c172d1dcb4668996045ac.tar.gz
traccar-server-662b774234298c38a38c172d1dcb4668996045ac.tar.bz2
traccar-server-662b774234298c38a38c172d1dcb4668996045ac.zip
Merge pull request #3870 from Abyss777/geo_overspeed
Add basic support of overspeeding inside geofences.
Diffstat (limited to 'templates/sms/deviceOverspeed.vm')
-rw-r--r--templates/sms/deviceOverspeed.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sms/deviceOverspeed.vm b/templates/sms/deviceOverspeed.vm
index f0b03c9e7..5e92f662c 100644
--- a/templates/sms/deviceOverspeed.vm
+++ b/templates/sms/deviceOverspeed.vm
@@ -7,4 +7,4 @@
#else
#set($speedString = $numberTool.format("0.0 kn", $position.speed))
#end
-$device.name exceeds the speed $speedString at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)
+$device.name exceeds the speed $speedString#{if}($geofence) in $geofence.name#{else}#{end} at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)