blob: 084152158476043b007a728d45903bacc501ea78 (
plain)
1
2
3
4
5
6
7
8
9
|
#set($subject = "$device.name: command result received")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Result: $position.getString("result")<br>
Time: $event.serverTime<br>
</body>
</html>
|