mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
fixed updated date - adjusted sensor page for humidity - updated mongoose model for temperature
This commit is contained in:
@@ -25,7 +25,11 @@ I will continue to investigate this problem when I can get my hands on the senso
|
||||
<div class="col-lg-4">
|
||||
<h3><%=query[i]._id%></h3>
|
||||
<h4>Temperature: <%=query[i].temperature%>°F </h4>
|
||||
<h4>Humidity: <%=query[i].humidity%>%</h4>
|
||||
|
||||
<% if (query[i].humidity != null) { %>
|
||||
<h4>Humidity: <%=query[i].humidity%>%</h4>
|
||||
<%}%>
|
||||
|
||||
<span>Updated: <%=query[i].lastUpdate%></span>
|
||||
<br>
|
||||
<% if (query[i].connected){ %>
|
||||
|
||||
Reference in New Issue
Block a user