Added humidity sensor data handling

This commit is contained in:
2015-12-29 23:25:11 +01:00
parent 89877bbe65
commit f30100e795
6 changed files with 15 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
<template name="display">
<ul>
{{#each temperatures}}
{{> temperature}}
{{#each sensorDataCollection}}
{{> sensorData}}
{{/each}}
</ul>
</template>