mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
added date updated to sensors
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
<h3><%=query[i]._id%></h3>
|
||||
<h4>Temperature: <%=query[i].temperature%></h4>
|
||||
<h4>Humidity: <%=query[i].humidity%></h4>
|
||||
<span>Updated: <%=query[i].lastUpdate%></span>
|
||||
<br>
|
||||
<% if (query[i].connected){ %>
|
||||
<span class="colorGreen">Connected</span>
|
||||
<%} else {%>
|
||||
|
||||
Reference in New Issue
Block a user