summaryrefslogtreecommitdiff
path: root/views/index.erb
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2019-02-25 20:07:42 +0000
committerJoe Robinson <joe@lc8n.com>2019-02-25 20:07:42 +0000
commit943f992dc370237509f0b73dd9ccc99b2fecdf2f (patch)
treed719f24e55e865907b8fc0f409f9ddcb64f067d6 /views/index.erb
parent6fc78ed9cc97510782a916c02e8810e2754569a7 (diff)
parentc1eafa32f4d832b270d56c0f9c29c59caec99aea (diff)
Merge branch 'kitchen_sink' into 'master'
Kitchen sink See merge request wjoe/scarecrow!1
Diffstat (limited to 'views/index.erb')
-rw-r--r--views/index.erb7
1 files changed, 5 insertions, 2 deletions
diff --git a/views/index.erb b/views/index.erb
index f22328b..c366141 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -8,12 +8,15 @@
<h1>thebluegarden</h1>
<p>Basement: <%= @temp_air %>°C and <%= @humidity_air %>% humidity at <%= @time_formatted_air %></p>
- <p>Propagator: <%= @temp_prop %>°C and <%= @humidity_prop %>% humidity at <%= @time_formatted_prop %></p>
+ <p>Propagator (Chillis): <%= @temp_prop %>°C and <%= @humidity_prop %>% humidity at <%= @time_formatted_prop %></p>
+ <p>Kitchen (Peas & Spinach): <%= @temp_kitchen %>°C, <%= @humidity_kitchen %>% humidity and <%= @moisture_kitchen %>% moisture at <%= @time_formatted_kitchen %></p>
<p>
<img src="photos/current.png">
</p>
<p>
- <img src="photos/previous.png">
+ <video width="1280" height="720" controls>
+ <source src="videos/timelapse.mp4" type="video/mp4">
+ </video>
</p>
</body>
</html>