iobroker.panasonic-comfort-cloud 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -2
- package/package.json +80 -78
package/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
# ioBroker.panasonic-comfort-cloud
|
|
2
|
+
|
|
1
3
|
| :warning: WARNING |
|
|
2
4
|
|:---------------------------|
|
|
3
5
|
| New app version in adapter settings is 1.18.0 |
|
|
4
6
|
|
|
5
7
|

|
|
6
|
-
# ioBroker.panasonic-comfort-cloud
|
|
7
8
|
|
|
8
9
|
[](https://www.npmjs.com/package/iobroker.panasonic-comfort-cloud)
|
|
9
10
|
[](https://www.npmjs.com/package/iobroker.panasonic-comfort-cloud)
|
|
@@ -22,31 +23,45 @@ To use the a adpter you need to enter your username and password in the configur
|
|
|
22
23
|
With the method used, only one client can be logged on with the account at a time.
|
|
23
24
|
It is recommended that a second account, for which the devices have been shared, is used.
|
|
24
25
|
|
|
25
|
-
|
|
26
26
|
## Changelog
|
|
27
|
+
### 2.2.1 (2023-09-16)
|
|
28
|
+
|
|
29
|
+
* panasonic-comfort-cloud-client updated to new version. New headers added.
|
|
30
|
+
|
|
31
|
+
### 2.2.0
|
|
32
|
+
|
|
33
|
+
* Added feature to automatically load the app version from GitHub.
|
|
27
34
|
|
|
28
35
|
### 2.1.0
|
|
36
|
+
|
|
29
37
|
* Added app version to settings.
|
|
30
38
|
|
|
31
39
|
### 2.0.6
|
|
40
|
+
|
|
32
41
|
* panasonic-comfort-cloud-client updated to new version. (appVersion changed again)
|
|
33
42
|
|
|
34
43
|
### 2.0.5
|
|
44
|
+
|
|
35
45
|
* Translation for news added.
|
|
36
46
|
|
|
37
47
|
### 2.0.4
|
|
48
|
+
|
|
38
49
|
* New version of dependencies installed.
|
|
39
50
|
|
|
40
51
|
### 2.0.3
|
|
52
|
+
|
|
41
53
|
* panasonic-comfort-cloud-client updated to new version. (appVersion changed again)
|
|
42
54
|
|
|
43
55
|
### 2.0.2
|
|
56
|
+
|
|
44
57
|
* panasonic-comfort-cloud-client updated to new version.
|
|
45
58
|
|
|
46
59
|
### 2.0.1
|
|
60
|
+
|
|
47
61
|
* Changed the type of some states from string to number.
|
|
48
62
|
|
|
49
63
|
### 2.0.0
|
|
64
|
+
|
|
50
65
|
* Added js-controller 3 dependency.
|
|
51
66
|
* Added username and password to protectedNative and password to encryptedNative.
|
|
52
67
|
* Added connection info.
|
|
@@ -54,36 +69,47 @@ It is recommended that a second account, for which the devices have been shared,
|
|
|
54
69
|
* Fixes for async await pattern.
|
|
55
70
|
|
|
56
71
|
### 1.2.9
|
|
72
|
+
|
|
57
73
|
* Error handling for get device added.
|
|
58
74
|
|
|
59
75
|
### 1.2.8
|
|
76
|
+
|
|
60
77
|
* Fixed bug in Comfort Cloud client.
|
|
61
78
|
|
|
62
79
|
### 1.2.7
|
|
80
|
+
|
|
63
81
|
* Comfort Cloud client updated.
|
|
64
82
|
|
|
65
83
|
### 1.2.6
|
|
84
|
+
|
|
66
85
|
* Fixed bug that guid is null in device creation.
|
|
67
86
|
|
|
68
87
|
### 1.2.5
|
|
88
|
+
|
|
69
89
|
* *Comfort Cloud client updated.
|
|
70
90
|
|
|
71
91
|
### 1.2.4
|
|
92
|
+
|
|
72
93
|
* Fixed bug with undefined guid. Log messages added.
|
|
73
94
|
|
|
74
95
|
### 1.2.3
|
|
96
|
+
|
|
75
97
|
* Set parameters only for writable states.
|
|
76
98
|
|
|
77
99
|
### 1.2.2
|
|
100
|
+
|
|
78
101
|
* *Fixed error handling and added stack info.
|
|
79
102
|
|
|
80
103
|
### 1.2.1
|
|
104
|
+
|
|
81
105
|
* Fixed bug in refesh device method.
|
|
82
106
|
|
|
83
107
|
### 1.2.0
|
|
108
|
+
|
|
84
109
|
* States insideTemperature, outTemperature and Nanoe added.
|
|
85
110
|
|
|
86
111
|
## License
|
|
112
|
+
|
|
87
113
|
MIT License
|
|
88
114
|
|
|
89
115
|
Copyright (c) 2022 marc <marc@lammers.dev>
|
package/package.json
CHANGED
|
@@ -1,80 +1,82 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
2
|
+
"name": "iobroker.panasonic-comfort-cloud",
|
|
3
|
+
"version": "2.2.1",
|
|
4
|
+
"description": "Adapter for Panasonic Comfort Cloud",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "marc",
|
|
7
|
+
"email": "marc@lammers.dev"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/marc2016/ioBroker.panasonic-comfort-cloud",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"air condition"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/marc2016/ioBroker.panasonic-comfort-cloud"
|
|
17
|
+
},
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@iobroker/adapter-core": "^2.6.8",
|
|
20
|
+
"@types/lodash": "^4.14.192",
|
|
21
|
+
"lodash": "^4.17.21",
|
|
22
|
+
"panasonic-comfort-cloud-client": "1.2.5",
|
|
23
|
+
"ts-enum-util": "^4.0.2"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@alcalzone/release-script": "^3.6.0",
|
|
27
|
+
"@iobroker/adapter-dev": "^1.2.0",
|
|
28
|
+
"@iobroker/testing": "^4.1.0",
|
|
29
|
+
"@tsconfig/node14": "^1.0.3",
|
|
30
|
+
"@types/chai": "^4.3.4",
|
|
31
|
+
"@types/chai-as-promised": "^7.1.5",
|
|
32
|
+
"@types/gulp": "^4.0.10",
|
|
33
|
+
"@types/mocha": "^10.0.1",
|
|
34
|
+
"@types/node": "^18.15.11",
|
|
35
|
+
"@types/proxyquire": "^1.3.28",
|
|
36
|
+
"@types/sinon": "^10.0.13",
|
|
37
|
+
"@types/sinon-chai": "^3.2.9",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
39
|
+
"@typescript-eslint/parser": "^5.57.1",
|
|
40
|
+
"axios": "^1.3.5",
|
|
41
|
+
"chai": "^4.3.7",
|
|
42
|
+
"chai-as-promised": "^7.1.1",
|
|
43
|
+
"eslint": "^8.38.0",
|
|
44
|
+
"gulp": "^4.0.2",
|
|
45
|
+
"mocha": "^10.2.0",
|
|
46
|
+
"proxyquire": "^2.1.3",
|
|
47
|
+
"rimraf": "^4.4.1",
|
|
48
|
+
"sinon": "^15.0.3",
|
|
49
|
+
"sinon-chai": "^3.7.0",
|
|
50
|
+
"source-map-support": "^0.5.21",
|
|
51
|
+
"ts-node": "^10.9.1",
|
|
52
|
+
"typescript": "^5.0.4"
|
|
53
|
+
},
|
|
54
|
+
"main": "build/main.js",
|
|
55
|
+
"files": [
|
|
56
|
+
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json",
|
|
57
|
+
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
|
|
58
|
+
"build/",
|
|
59
|
+
"www/",
|
|
60
|
+
"io-package.json",
|
|
61
|
+
"LICENSE"
|
|
62
|
+
],
|
|
63
|
+
"scripts": {
|
|
64
|
+
"translate": "translate-adapter",
|
|
65
|
+
"prebuild": "rimraf ./build",
|
|
66
|
+
"build:ts": "tsc -p tsconfig.build.json",
|
|
67
|
+
"build": "build-adapter ts",
|
|
68
|
+
"watch:ts": "tsc -p tsconfig.build.json --watch",
|
|
69
|
+
"watch": "npm run watch:ts",
|
|
70
|
+
"test": "npm run test:package && npm run test:unit",
|
|
71
|
+
"test:package": "mocha test/package --exit",
|
|
72
|
+
"test:unit": "mocha test/unit --exit",
|
|
73
|
+
"test:integration": "mocha test/integration --exit",
|
|
74
|
+
"test:rule": "mocha test/rule --exit",
|
|
75
|
+
"lint": "eslint --ext .ts src",
|
|
76
|
+
"release": "release-script"
|
|
77
|
+
},
|
|
78
|
+
"bugs": {
|
|
79
|
+
"url": "https://github.com/marc2016/ioBroker.panasonic-comfort-cloud/issues"
|
|
80
|
+
},
|
|
81
|
+
"readmeFilename": "README.md"
|
|
80
82
|
}
|