Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
floor degrees, matches the tstat display
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs committed Nov 30, 2011
1 parent ef2e0ac commit acba3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/siriproxy-ecobee.rb
Expand Up @@ -118,7 +118,7 @@ def initialize(config)
listen_for /what( i|')s the temperature( in (here|the (apartment|house|room)))?/i do
tstat_info = @thermostat.tstat_info

str = "It is #{tstat_info[:room_temp].ceil} degrees#{match_data[2]}. " +
str = "It is #{tstat_info[:room_temp].floor} degrees#{match_data[2]}. " +
case tstat_info[:hvac_mode]
when "heat"
"The thermostat is holding the heat at " +
Expand Down

0 comments on commit acba3a4

Please sign in to comment.