X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/776a3946564e7afd54d3727d80c9cee7f442013c..c078b6b5f231a2e7da614bcc6efcd0bb03c2fbeb:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index b19635a..74ccf57 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,8 +1,15 @@
+ + + + + + + @@ -17,8 +24,59 @@
+ {% if airvalue is none %}
+ Luft: N/A
+ {% else %}
+ Luft: {{ airvalue|round(1) }}°C
+ ({{ airtime.strftime('%Y-%m-%d %H:%M') }})
+ {% endif %}
+
+ Wasser: {{ watervalue|round(1) }}°C
+ ({{ watertime.strftime('%Y-%m-%d %H:%M') }})
+