iobroker.panasonic-comfort-cloud 2.0.3 → 2.0.4
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 +3 -0
- package/io-package.json +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,9 @@ It is recommended that a second account, for which the devices have been shared,
|
|
|
21
21
|
|
|
22
22
|
## Changelog
|
|
23
23
|
|
|
24
|
+
### 2.0.4
|
|
25
|
+
* New version of dependencies installed.
|
|
26
|
+
|
|
24
27
|
### 2.0.3
|
|
25
28
|
* panasonic-comfort-cloud-client updated to new version. (appVersion changed again)
|
|
26
29
|
|
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.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.0.4": {
|
|
7
|
+
"en": "New version of dependencies installed.",
|
|
8
|
+
"de": "Neue Version von Abhängigkeiten installiert."
|
|
9
|
+
},
|
|
6
10
|
"2.0.3": {
|
|
7
11
|
"en": "panasonic-comfort-cloud-client updated to new version. (appVersion changed again)",
|
|
8
12
|
"de": "panasonic-comfort-cloud-client auf die neue Version aktualisiert. (appVersion wurde wieder geändert)"
|