Skip to content

Commit

Permalink
Update L_Ecobee1.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rafale77 authored Dec 17, 2019
1 parent 82a9a0f commit 479609f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L_Ecobee1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
local veraTemperatureScale = "C"

local function getVeraTemperatureScale()
veraTemperatureScale = luup.attr_get("TemperatureScale",0) or "C"
veraTemperatureScale = luup.attr_get("TemperatureFormat",0) or "C"
end


Expand Down

0 comments on commit 479609f

Please sign in to comment.