Skip to content

Commit

Permalink
Update FritzboxAHA.php
Browse files Browse the repository at this point in the history
getTemperatureSoll() should use type "gethkrtsoll" instead of "gethkrkomfort"
  • Loading branch information
lingej authored Dec 9, 2018
1 parent bc67bc1 commit 795d133
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 795d133

Please sign in to comment.