Skip to content

Commit

Permalink
Merge pull request #1 from lingej/patch-1
Browse files Browse the repository at this point in the history
getTemperatureSoll() should use type "gethkrtsoll" instead of "gethkrkomfort"
  • Loading branch information
jknipper committed Dec 10, 2018
2 parents bc67bc1 + 795d133 commit 82ed569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FritzboxAHA.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private function getTemperatureHkr($ain, $type)
*/
public function getTemperatureSoll($ain)
{
return $this->getTemperatureHkr($ain, "gethkrkomfort");
return $this->getTemperatureHkr($ain, "gethkrtsoll");
}

/**
Expand Down

0 comments on commit 82ed569

Please sign in to comment.