+ The time until is
+ years,
+ days,
+ hours,
+ minutes, and
+ seconds
+
`
- }
return {
// Use a custom template to utilise data sent with the message in entityData in our messageML message
template: template,
@@ -243,8 +233,9 @@ SYMPHONY.remote.hello().then(function(data) {
hrs: "" + diff.hrs,
min: "" + diff.min,
sec: "" + diff.sec,
- timeAtRender: renderTime.toLocaleTimeString() + " on " + renderTime.toLocaleDateString()
- }
+ countdownString: entityData.countdownString
+ },
+ entityInstanceId: entityData.instanceId
}
}
});