diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-17 21:55:11 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-17 21:55:11 +0000 |
commit | 823e7d5c35c56a6bd6a90acd5d95508b53ab2cd8 (patch) | |
tree | bed689577985250b8e18822b31d5365946d670be /views | |
parent | 86ac9dd15faec00668bd9622fd5f976702621b8b (diff) |
Handle multiple devices
Diffstat (limited to 'views')
-rw-r--r-- | views/index.erb | 2 |
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> |