aboutsummaryrefslogtreecommitdiff
path: root/templates/full/commandResult.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/commandResult.vm')
-rw-r--r--templates/full/commandResult.vm10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/full/commandResult.vm b/templates/full/commandResult.vm
new file mode 100644
index 000000000..5b6d8ef3e
--- /dev/null
+++ b/templates/full/commandResult.vm
@@ -0,0 +1,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.serverTime, $locale, $timezone)<br>
+Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a>
+</body>
+</html>