Skip to content

Commit

Permalink
Reverted broken thermostat driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rodgers committed Oct 19, 2023
1 parent 8146b98 commit c10e198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def _set_points(self, points):


def _set_point(self, point_name, value):
return self._set_points({"data": {point_name: value}})
return self._set_points({point_name: value})


def get_point(self, point_name):
Expand Down

0 comments on commit c10e198

Please sign in to comment.