Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.8
Browse files Browse the repository at this point in the history
* BREAKING: Username/Passwort and Proxy Authentications are removed and replaced by the new Daikin Portal Authentication! You need to re-authenticate!
* BREAKING: DaikinCloudController class constructor changed and has new options structure!
* (jacoscaz) Ports to Typescript
* (jacoscaz) Switches to Daikin's OIDC-based Onecta API
* (Apollon77) Enhancements to restore some make sure former functionality is still possible to use
* (Apollon77) Enhances DaikinCloudController class to update data for all devices with one call to save requests
* (Apollon77) Enhances DaikinDevice classes to emit an "updated" event when data is updated, so it's easier to listen for changes
* (jacoscaz/Apollon77) Expose rate limit information and own error class for rate limit handling
  • Loading branch information
Apollon77 committed Jul 4, 2024
1 parent 6b5a300 commit bbf071a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ See [`src/example.ts`](./src/example.ts).
* Add Tests
*
## Changelog:
### __WORK IN PROGRESS__
### 2.0.0-alpha.8 (2024-07-04)
* BREAKING: Username/Passwort and Proxy Authentications are removed and replaced by the new Daikin Portal Authentication! You need to re-authenticate!
* BREAKING: DaikinCloudController class constructor changed and has new options structure!
* (jacoscaz) Ports to Typescript
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-cloud",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Interact with Daikin Cloud devices and retrieve Tokens",
"author": "Apollon77 <iobroker@fischer-ka.de>",
"contributors": [],
Expand Down

0 comments on commit bbf071a

Please sign in to comment.