Added humidity sensor data handling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template name="display">
|
||||
<ul>
|
||||
{{#each temperatures}}
|
||||
{{> temperature}}
|
||||
{{#each sensorDataCollection}}
|
||||
{{> sensorData}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user