diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-17 21:35:34 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-17 21:35:34 +0000 |
commit | 86ac9dd15faec00668bd9622fd5f976702621b8b (patch) | |
tree | 605557dda0a7ad98cb9f8e8242d2e7a7df150ebf /views/index.erb | |
parent | 96d72ed4d7fdd9cfa429e6b17e0a289f37427723 (diff) |
Handle multiple devices
Diffstat (limited to 'views/index.erb')
-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 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> |