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

4 lines
326 B
HTML
Raw Normal View History

2015-12-29 23:27:09 +01:00
<template name="sensorData">
2016-06-02 23:13:42 +02:00
<li>{{owner}} / <strong>{{temperatureValue}}°C</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>
2015-12-29 23:27:09 +01:00
</template>