aboutsummaryrefslogtreecommitdiff
path: root/templates/full/queuedCommandSent.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/queuedCommandSent.vm')
-rw-r--r--templates/full/queuedCommandSent.vm11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/full/queuedCommandSent.vm b/templates/full/queuedCommandSent.vm
new file mode 100644
index 000000000..148dd2094
--- /dev/null
+++ b/templates/full/queuedCommandSent.vm
@@ -0,0 +1,11 @@
+#set($subject = "$device.name: queued command sent")
+<!DOCTYPE html>
+<html>
+<body>
+Device: $device.name<br>
+Queued command sent<br>
+Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br>
+<br>
+<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a>
+</body>
+</html>