Skip to content

Commit

Permalink
Fixed error 'Kelvin' not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Apr 7, 2021
1 parent 5b6fb66 commit 3b56faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions luxtronik/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import logging

from luxtronik.datatypes import (
Kelvin,
Celsius,
CoolingMode,
HeatingMode,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="luxtronik",
version="0.3.8",
version="0.3.9",
author="Bouni",
author_email="[email protected]",
description="A luxtronik heatpump controller interface",
Expand Down

0 comments on commit 3b56faa

Please sign in to comment.