diff options
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> |