summaryrefslogtreecommitdiff
path: root/views/index.erb
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2019-02-17 21:55:11 +0000
committerJoe Robinson <joe@lc8n.com>2019-02-17 21:55:11 +0000
commit823e7d5c35c56a6bd6a90acd5d95508b53ab2cd8 (patch)
treebed689577985250b8e18822b31d5365946d670be /views/index.erb
parent86ac9dd15faec00668bd9622fd5f976702621b8b (diff)
Handle multiple devices
Diffstat (limited to 'views/index.erb')
-rw-r--r--views/index.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.erb b/views/index.erb
index bbe7b81..8f7eb16 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -8,7 +8,7 @@
<h1>thebluegarden</h1>
<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>Propagator: <%= @temp_prop %>°C and <%= @humidity_prop %>% humidity at <%= @time_formatted_prop %></p>
<p>
<img src="photos/current.png">
</p>