Skip to content

Commit

Permalink
Fix for error on Line 57 - clage_homeserver.py #56
Browse files Browse the repository at this point in the history
* Update version to 0.1.13
  • Loading branch information
klacol committed Jan 4, 2023
1 parent c6bf8af commit 6bc7941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clage_homeserver/clage_homeserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def __init__(self, ipAddress, homeserverId, heaterId):
10: 'Known, but not documented'
}

POWERMAX_DSX = {
POWERMAX_DSX = {
120: 18000,
140: 21000,
160: 24000,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setuptools.setup(
name="clage_homeserver",
version="0.1.12",
version="0.1.13",
author="Klaus Aengenvoort",
description="A Python API for accessing and managing an electrical CLAGE continuous waterheater (e.g. DSX Touch) via the CLAGE Homeserver REST API",
long_description=long_description_readme,
Expand Down

0 comments on commit 6bc7941

Please sign in to comment.