iobroker.panasonic-comfort-cloud 2.0.2 → 2.0.3
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 +9 -0
- package/build/main.js +0 -1
- package/io-package.json +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,6 +21,15 @@ It is recommended that a second account, for which the devices have been shared,
|
|
|
21
21
|
|
|
22
22
|
## Changelog
|
|
23
23
|
|
|
24
|
+
### 2.0.3
|
|
25
|
+
* panasonic-comfort-cloud-client updated to new version. (appVersion changed again)
|
|
26
|
+
|
|
27
|
+
### 2.0.2
|
|
28
|
+
* panasonic-comfort-cloud-client updated to new version.
|
|
29
|
+
|
|
30
|
+
### 2.0.1
|
|
31
|
+
* Changed the type of some states from string to number.
|
|
32
|
+
|
|
24
33
|
### 2.0.0
|
|
25
34
|
* Added js-controller 3 dependency.
|
|
26
35
|
* Added username and password to protectedNative and password to encryptedNative.
|
package/build/main.js
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "panasonic-comfort-cloud",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.0.3": {
|
|
7
|
+
"en": "panasonic-comfort-cloud-client updated to new version. (appVersion changed again)",
|
|
8
|
+
"de": "panasonic-comfort-cloud-client auf die neue Version aktualisiert. (appVersion wurde wieder geändert)"
|
|
9
|
+
},
|
|
6
10
|
"2.0.2": {
|
|
7
11
|
"en": "panasonic-comfort-cloud-client updated to new version.",
|
|
8
12
|
"de": "panasonic-comfort-cloud-client auf die neue Version aktualisiert."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.panasonic-comfort-cloud",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Adapter for Panasonic Comfort Cloud",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "marc",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@iobroker/adapter-core": "^2.5.1",
|
|
20
20
|
"@types/lodash": "^4.14.149",
|
|
21
21
|
"lodash": "^4.17.15",
|
|
22
|
-
"panasonic-comfort-cloud-client": "^1.1.
|
|
22
|
+
"panasonic-comfort-cloud-client": "^1.1.6",
|
|
23
23
|
"ts-enum-util": "^4.0.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|