daikin-controller-cloud
Advanced tools
Comparing version
@@ -232,6 +232,8 @@ const Mitm = require('http-mitm-proxy'); | ||
this.proxyServer = null; | ||
this.staticServer.close(() => { | ||
this.staticServer = null; | ||
resolve(true); | ||
}); | ||
if (this.staticServer) { | ||
this.staticServer.close(() => { | ||
this.staticServer = null; | ||
resolve(true); | ||
}); | ||
} | ||
} else { | ||
@@ -238,0 +240,0 @@ resolve(); |
{ | ||
"name": "daikin-controller-cloud", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Interact with Daikin Cloud devices and retrieve Tokens", | ||
@@ -16,3 +16,3 @@ "author": "Apollon77 <iobroker@fischer-ka.de>", | ||
"http-mitm-proxy": "^0.9.0", | ||
"openid-client": "^5.1.6", | ||
"openid-client": "^5.1.7", | ||
"serve-static": "^1.15.0" | ||
@@ -19,0 +19,0 @@ }, |
@@ -9,2 +9,6 @@ # daikin-controller-cloud | ||
## Disclaimer | ||
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.** | ||
**Daikin is a trademark of DAIKIN INDUSTRIES, LTD.** | ||
## Description | ||
@@ -79,2 +83,5 @@ The newer Daikin devices sold since 2020 contain a newer Wifi Adapter (e.g. BRP069C4x) which only connects to the Daikin Cloud and is no longer reachable locally. These devices are only controllable with the Daikin Onecta App. | ||
## Changelog: | ||
### 1.0.4 (2022-08-13) | ||
* (Apollon77) Fix potential crash case with Proxy stop | ||
### 1.0.3 (2022-06-03) | ||
@@ -112,4 +119,1 @@ * (Apollon77) Fix potential crash case | ||
* (Apollon77) Initial version | ||
## Disclaimer | ||
**Daikin is a trademark of DAIKIN INDUSTRIES, LTD. I am in no way endorsed by or affiliated with DAIKIN INDUSTRIES, LTD., or any associated subsidiaries, logos or trademarks. This personal project is maintained in spare time.** |
671580
0.04%1160
0.17%117
3.54%+ Added
+ Added
- Removed
- Removed
Updated