Added sensorData.html to commit

This commit is contained in:
2015-12-29 23:27:09 +01:00
parent f30100e795
commit 147d9ed2b8

View File

@@ -0,0 +1,3 @@
<template name="sensorData">
<li>{{owner}} / <strong>{{temperatureValue}}°C</strong> / <strong>{{humidityValue}}%</strong> / {{created_at_formatted}}</li>
</template>