Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
* (theimo1221) Allow DaikinAC Logger modification after device being constructed
* (theimo1221) Improve PARAM NG Error Messages
* (Apollon77) Correctly re set update interval after setACSpecialMode
* (Apollon77) Return the request error object with modified error message to also allow to access error.code and such additional information
* (theimo1221) Correct typings
  • Loading branch information
Apollon77 committed Jul 25, 2022
1 parent 34c80ed commit 04e9c7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ The following endpoints (according to ...) are currently not implemented and ca
* /aircon/get_day_paower_ex

## Changelog

### __WORK IN PROGRESS__
### 2.1.0 (2022-07-25)
* (theimo1221) Allow DaikinAC Logger modification after device being constructed
* (theimo1221) Improve PARAM NG Error Messages
* (Apollon77) Correctly re set update interval after setACSpecialMode
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daikin-controller",
"version": "2.0.3",
"version": "2.1.0",
"description": "Control Daikin Air Conditioner devices using nodejs",
"author": "Ingo Fischer <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 04e9c7d

Please sign in to comment.