Version to support the reading if the tank is full (BCM GPIO 20 used)

This commit is contained in:
2016-01-25 19:38:21 +01:00
parent ed0173f54d
commit 1f7db8e176
5 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<template name="sensorData">
<li>{{owner}} / <strong>{{temperatureValue}}°C</strong> / <strong>{{humidityValue}}%</strong> / {{created_at_formatted}}</li>
<li>{{owner}} / <strong>{{temperatureValue}}°C</strong> / <strong>{{humidityValue}}%</strong> / Bačva puna: <strong>{{tankFull}}</strong> / {{created_at_formatted}}</li>
</template>