diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-19 23:52:50 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-19 23:52:50 +0000 |
commit | dc93c4e8a9512533197b58e73f1f1d274908b5cd (patch) | |
tree | 8d5aa5da8ac27ddf23cf579d9eb3972e8fa2bd57 /views | |
parent | 6fc78ed9cc97510782a916c02e8810e2754569a7 (diff) |
Fix kitchen
Diffstat (limited to 'views')
-rw-r--r-- | views/index.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/index.erb b/views/index.erb index f22328b..d9de593 100644 --- a/views/index.erb +++ b/views/index.erb @@ -8,7 +8,8 @@ <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 %> anti-moistures at <%= @time_formatted_prop %></p> <p> <img src="photos/current.png"> </p> |