diff options
Diffstat (limited to 'templates/short/deviceOverspeed.vm')
-rw-r--r-- | templates/short/deviceOverspeed.vm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/short/deviceOverspeed.vm b/templates/short/deviceOverspeed.vm index fe318fe08..849c6ddb7 100644 --- a/templates/short/deviceOverspeed.vm +++ b/templates/short/deviceOverspeed.vm @@ -1,3 +1,4 @@ +#set($subject = "$device.name: exceeds the speed") #if($speedUnit == 'kmh') #set($speedValue = $position.speed * 1.852) #set($speedString = $numberTool.format("0.0 km/h", $speedValue)) |