summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/index.erb b/views/index.erb
index 542e589..bbe7b81 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -7,7 +7,8 @@
<body>
<h1>thebluegarden</h1>
- <p><%= @temp_val %>°C and <%= @humidity_val %>% humidity at <%= @time_formatted %></p>
+ <p>Kitchen: <%= @temp_air %>°C and <%= @humidity_air %>% humidity at <%= @time_formatted_air %></p>
+ <p>Propagator: <%= @temp_prop %>°C and <%= @humidity_air %>% humidity at <%= @time_formatted_prop %></p>
<p>
<img src="photos/current.png">
</p>