Closed georgesdib closed 1 year ago
replaced = by ==, this error meant that the TemperatureDisplayUnit was always Fahrenheit no matter what the setup is.
=
==
TemperatureDisplayUnit
Also, fixed setTemperatureDisplayUnits to be able to set a different unit.
setTemperatureDisplayUnits
Fixes #142
@luc-ass
LGTM, have you tested this?
Yes I did
If all looks good, shall we merge it?
sorry, forgot about that ;)
replaced
=
by==
, this error meant that theTemperatureDisplayUnit
was always Fahrenheit no matter what the setup is.Also, fixed
setTemperatureDisplayUnits
to be able to set a different unit.Fixes #142
@luc-ass