Files
old-tfm/app/client/sensorData.html

5 lines
475 B
HTML
Raw Normal View History

2015-12-29 23:27:09 +01:00
<template name="sensorData">
2016-12-30 17:14:08 +01:00
<!--<li>{{owner}} / <strong>{{temperatureValue}}°C {{all_temperatures temperatures}}</strong> / <strong>{{humidityValue}}%</strong> / Bačva puna: <strong>{{tankFull}}</strong> (L0:{{tankLevel0}}-L1:{{tankLevel1}}-L2:{{tankLevel2}}-L3:{{tankLevel3}}-L4:{{tankLevel4}}-full:{{tankFull}}) / {{created_at_formatted}}</li> -->
<li class="sensorData"><strong>{{all_temperatures temperatures}}</strong> {{created_at_formatted}}</li>
2015-12-29 23:27:09 +01:00
</template>