X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/f68e9fb3f57a0f6621cf051acbe47674c6c99e69..d782d33862c95ae0fd1c2b0f8cd75a9cbc2af95b:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index 29057be..974068c 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,17 +1,81 @@ - + +
+
+ {% 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') }})
+
Source code, API documentation, Report for previous month/current month