Skip to content

Commit

Permalink
fix; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxilef committed Nov 1, 2024
1 parent e4211c8 commit c3d0d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenThermTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ class OpenThermTask : public Task {
float indoorTemp = 0.0f;
float convertedTemp = 0.0f;

if (!vars.sensors.indoor.connected) {
if (vars.sensors.indoor.connected) {
indoorTemp = vars.temperatures.indoor;
convertedTemp = convertTemp(indoorTemp, settings.system.unitSystem, settings.opentherm.unitSystem);
}
Expand Down

0 comments on commit c3d0d94

Please sign in to comment.