aboutsummaryrefslogtreecommitdiff
path: root/templates/full/commandResult.vm
blob: c5ceffab059b5483755c37a97549f9b0bccce762 (plain)
1
2
3
4
5
6
7
8
9
10
#set($subject = "$device.name: command result received")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Result: $position.getString("result")<br>
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br>
Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a>
</body>
</html>