Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Villaro-Dixon <[email protected]>
  • Loading branch information
Frankkkkk committed Oct 29, 2023
1 parent db119f8 commit 89e382c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ look at the [example file](example.py).
| This function name makes no sense, because it
| returns whether the heat pump is heating or cooling.
|
| heating_schedule
| Returns the HeatingSchedule list heating
|
| heating_schedule_state
| Returns the actual heating schedule state
|
| indoor_setpoint_temperature
| Returns the indoor setpoint (target) temperature, in °C
|
Expand Down Expand Up @@ -112,11 +118,11 @@ look at the [example file](example.py).
| remote_software_version
| Returns the remote console setting software version
|
| schedule_list_heating
| Returns the Schedule list heating
| tank_schedule
| Returns the TankSchedule list heating
|
| schedule_next
| What will happen next the temperature
| tank_schedule_state
| Returns the actual tank schedule state
|
| tank_setpoint_temperature
| Returns the hot water tank setpoint (target) temperature, in °C
Expand Down Expand Up @@ -146,10 +152,11 @@ look at the [example file](example.py).
| ----------------------------------------------------------------------
| Data and other attributes defined here:
|
| DATETIME_FMT = '%Y%m%dT%H%M%SZ'
|
| DAYS = ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su']
|
| UserAgent = 'python-daikin-altherma'
```

# Acknowledgments
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name = "python-daikin-altherma",
version = "0.2.1",
version = "0.3.0",
author = "Frank Villaro-Dixon",
author_email = "[email protected]",
description = ("Connect to daikin altherma heat pumps"),
Expand Down

0 comments on commit 89e382c

Please sign in to comment.