iobroker.solarviewdatareader 1.0.3 → 1.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/CHANGELOG_OLD.md +3 -0
- package/LICENSE +1 -1
- package/README.md +5 -4
- package/io-package.json +14 -14
- package/package.json +7 -7
- package/scripts/gulp.sh +0 -0
- package/scripts/upload.sh +0 -0
package/CHANGELOG_OLD.md
CHANGED
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019-
|
|
3
|
+
Copyright (c) 2019-2022 Achim Fürhoff <achim.fuerhoff@outlook.de>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -64,6 +64,10 @@ TKK= Temperature inverter
|
|
|
64
64
|
Placeholder for the next version (at the beginning of the line):
|
|
65
65
|
### __WORK IN PROGRESS__
|
|
66
66
|
-->
|
|
67
|
+
### 1.0.4 (2022-02-09)
|
|
68
|
+
* (afuerhoff) dependencies updated
|
|
69
|
+
* (afuerhoff) issue #20 fixed
|
|
70
|
+
|
|
67
71
|
### 1.0.3 (2021-12-08)
|
|
68
72
|
* (afuerhoff) dependencies updated
|
|
69
73
|
|
|
@@ -80,13 +84,10 @@ TKK= Temperature inverter
|
|
|
80
84
|
* (afuerhoff) minor changes
|
|
81
85
|
* (afuerhoff) due to stable state version set to 1.0.0
|
|
82
86
|
|
|
83
|
-
### 0.2.1
|
|
84
|
-
* (afuerhoff) self consumption meter optimized
|
|
85
|
-
|
|
86
87
|
## License
|
|
87
88
|
MIT License
|
|
88
89
|
|
|
89
|
-
Copyright (c) 2019-
|
|
90
|
+
Copyright (c) 2019-2022 Achim Fürhoff <achim.fuerhoff@outlook.de>
|
|
90
91
|
|
|
91
92
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
92
93
|
of this software and associated documentation files (the "Software"), to deal
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "solarviewdatareader",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.0.4": {
|
|
7
|
+
"en": "dependencies updated\nissue #20 fixed",
|
|
8
|
+
"de": "Abhängigkeiten aktualisiert\nProblem Nr. 20 behoben",
|
|
9
|
+
"ru": "зависимости обновлены\nпроблема №20 исправлена",
|
|
10
|
+
"pt": "dependências atualizadas\nproblema nº 20 corrigido",
|
|
11
|
+
"nl": "afhankelijkheden bijgewerkt\nprobleem #20 opgelost",
|
|
12
|
+
"fr": "dépendances mises à jour\nproblème #20 corrigé",
|
|
13
|
+
"it": "dipendenze aggiornate\nproblema n. 20 risolto",
|
|
14
|
+
"es": "dependencias actualizadas\nproblema #20 solucionado",
|
|
15
|
+
"pl": "zaktualizowano zależności\nproblem nr 20 naprawiony",
|
|
16
|
+
"zh-cn": "已更新依赖项\n问题 #20 已修复"
|
|
17
|
+
},
|
|
6
18
|
"1.0.3": {
|
|
7
19
|
"en": "dependencies updated",
|
|
8
20
|
"de": "Abhängigkeiten aktualisiert",
|
|
@@ -74,18 +86,6 @@
|
|
|
74
86
|
"es": "Manejo de errores optimizado, medidor de autoconsumo implementado",
|
|
75
87
|
"pl": "Zoptymalizowana obsługa błędów, zaimplementowano miernik zużycia własnego",
|
|
76
88
|
"zh-cn": "优化错误处理,实施自耗电表"
|
|
77
|
-
},
|
|
78
|
-
"0.1.0": {
|
|
79
|
-
"en": "optimizations for adding to latest repository",
|
|
80
|
-
"de": "Optimierungen zum Hinzufügen zum neuesten Repository",
|
|
81
|
-
"ru": "оптимизации для добавления в последний репозиторий",
|
|
82
|
-
"pt": "otimizações para adicionar ao repositório mais recente",
|
|
83
|
-
"nl": "optimalisaties voor het toevoegen aan de nieuwste repository",
|
|
84
|
-
"fr": "optimisations pour l'ajout au dernier référentiel",
|
|
85
|
-
"it": "ottimizzazioni per l'aggiunta all'ultimo repository",
|
|
86
|
-
"es": "optimizaciones para agregar al último repositorio",
|
|
87
|
-
"pl": "optymalizacje w celu dodania do najnowszego repozytorium",
|
|
88
|
-
"zh-cn": "添加到最新存储库的优化"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"title": "SolarViewDataReader",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"admin": ">=3.0.0"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"js-controller": ">=
|
|
143
|
+
"js-controller": ">=3.0.0"
|
|
144
144
|
}
|
|
145
145
|
]
|
|
146
146
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.solarviewdatareader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Get data from SolarView",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Achim Fürhoff",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@iobroker/adapter-core": "^2.5.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@alcalzone/release-script": "^3.
|
|
25
|
-
"@alcalzone/release-script-plugin-iobroker": "^3.
|
|
26
|
-
"@alcalzone/release-script-plugin-license": "^3.
|
|
27
|
-
"@iobroker/testing": "^2.5.
|
|
24
|
+
"@alcalzone/release-script": "^3.5.2",
|
|
25
|
+
"@alcalzone/release-script-plugin-iobroker": "^3.5.1",
|
|
26
|
+
"@alcalzone/release-script-plugin-license": "^3.5.0",
|
|
27
|
+
"@iobroker/testing": "^2.5.4",
|
|
28
28
|
"@types/chai": "^4.3.0",
|
|
29
29
|
"@types/chai-as-promised": "^7.1.4",
|
|
30
30
|
"@types/gulp": "^4.0.9",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@types/node": "^14.18.0",
|
|
33
33
|
"@types/proxyquire": "^1.3.28",
|
|
34
34
|
"@types/sinon": "^10.0.6",
|
|
35
|
-
"@types/sinon-chai": "^3.2.
|
|
35
|
+
"@types/sinon-chai": "^3.2.8",
|
|
36
36
|
"chai": "^4.3.4",
|
|
37
37
|
"chai-as-promised": "^7.1.1",
|
|
38
38
|
"eslint": "^7.32.0",
|
|
39
39
|
"gulp": "^4.0.2",
|
|
40
|
-
"hosted-git-info": "^4.0
|
|
40
|
+
"hosted-git-info": "^4.1.0",
|
|
41
41
|
"mocha": "^8.4.0",
|
|
42
42
|
"proxyquire": "^2.1.3",
|
|
43
43
|
"sinon": "^10.0.0",
|
package/scripts/gulp.sh
CHANGED
|
File without changes
|
package/scripts/upload.sh
CHANGED
|
File without changes
|