iobroker.solarviewdatareader 1.2.1 → 1.2.2
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 +5 -5
- package/io-package.json +14 -14
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -60,6 +60,11 @@ UL3, IL3 = mains voltage, mains power phase 3
|
|
|
60
60
|
TKK= Temperature inverter
|
|
61
61
|
|
|
62
62
|
## Changelog
|
|
63
|
+
### 1.2.2 (2025-05-30)
|
|
64
|
+
* (afuerhoff) dependencies updated
|
|
65
|
+
* (afuerhoff) testing updated [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)
|
|
66
|
+
* (afuerhoff) @iobroker-bot warning fixed [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)
|
|
67
|
+
|
|
63
68
|
### 1.2.1 (2025-02-26)
|
|
64
69
|
* (afuerhoff) dependencies updated
|
|
65
70
|
|
|
@@ -79,11 +84,6 @@ TKK= Temperature inverter
|
|
|
79
84
|
* (afuerhoff) adapter checker changes [#176](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/176)
|
|
80
85
|
* (afuerhoff) dependencies updated
|
|
81
86
|
|
|
82
|
-
### 1.1.2 (2024-09-13)
|
|
83
|
-
* (afuerhoff) adapter checker changes
|
|
84
|
-
* (afuerhoff) dependencies updated
|
|
85
|
-
* (afuerhoff) automatic restart [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)
|
|
86
|
-
|
|
87
87
|
## License
|
|
88
88
|
MIT License
|
|
89
89
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "solarviewdatareader",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.2.2": {
|
|
7
|
+
"en": "dependencies updated\ntesting updated [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot warning fixed [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
8
|
+
"de": "aktualisierte abhängigkeiten\nprüfung aktualisiert [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot warnen behoben [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
9
|
+
"ru": "обновленные зависимости\nобновление [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot warning fixed [#209] (https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
10
|
+
"pt": "dependências atualizadas\ntestes atualizados [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot aviso fixo [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
11
|
+
"nl": "afhankelijkheden bijgewerkt\nhet testen van bijgewerkte [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot warning fixed [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
12
|
+
"fr": "dépendances mises à jour\ntesting updated [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot avertissement corrigé [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
13
|
+
"it": "dipendenze aggiornate\ntest aggiornato [#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot avviso fisso [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
14
|
+
"es": "dependencias actualizadas\n(https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217)\n@iobroker-bot warning fixed [#209](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209)",
|
|
15
|
+
"pl": "zaktualizowane zależności\nw załączniku II wprowadza się następujące zmiany:\nData umieszczenia w wykazie",
|
|
16
|
+
"uk": "оновлені залежності\n[#217](https://github.com/afuerhoff/ioBroker.solarviewdatareader/products/217)\n@iobroker-bot попередження фіксована [#209] (https://github.com/afuerhoff/ioBroker.solarviewdatareader/products/209)",
|
|
17
|
+
"zh-cn": "更新依赖关系\n(https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/217) (中文(简体) )\n@iobroctor-bot 警告固定 [# 209] (https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/209) 互联网档案馆的存檔,存档日期2014-09-02"
|
|
18
|
+
},
|
|
6
19
|
"1.2.1": {
|
|
7
20
|
"en": "dependencies updated",
|
|
8
21
|
"de": "aktualisierte abhängigkeiten",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "zmiana na maszynopis\nzaktualizowane zależności\nzmienna CCU bugfix\nzmiana dokumentacji",
|
|
81
94
|
"uk": "зміна за замовчуванням\nоновлені залежності\njavaScript licenses API Веб-сайт\nдокументація",
|
|
82
95
|
"zh-cn": "更改为打字符\n更新依赖关系\nbugfix CCU 变量\n文件已更改"
|
|
83
|
-
},
|
|
84
|
-
"1.1.0": {
|
|
85
|
-
"en": "code optimizations\njsonConfig added\ndependencies updated\nnode >= 18, js-controller >= 5.0.19\nadmin >= 6.17.13 due to timePicker failure",
|
|
86
|
-
"de": "codeoptimierungen\njsonConfig hinzugefügt\naktualisierte abhängigkeiten\nknoten >= 18, js-controller >= 5.19\nadmin >= 6.17.13 aufgrund von timePicker Ausfall",
|
|
87
|
-
"ru": "оптимизация кода\njsonConfig добавлен\nобновленная информация о зависимостях\nnode >= 18, js-контроллер >= 5.0.19\nadmin >= 6.17.13 из-за отказа TimePicker",
|
|
88
|
-
"pt": "otimizações de código\njsonConfig adicionado\ndependências atualizadas\nnode >= 18, js-controller >= 5.0.19\nadmin >= 6.17.13 devido à falha do timePicker",
|
|
89
|
-
"nl": "code optimalisaties\njsonConfig toegevoegd\nafhankelijkheden bijgewerkt\nvoor de toepassing van deze onderverdeling wordt verstaan onder: 5.0.19\nadmin < 6,17.13 als gevolg van timePicker-fout",
|
|
90
|
-
"fr": "optimisation des codes\njsonConfig ajouté\ndépendances mises à jour\nnoeud >= 18, js-controller >= 5.0.19\nadmin >= 6.17.13 en raison de la panne de temps",
|
|
91
|
-
"it": "ottimizzazioni del codice\njsonConfig aggiunto\ndipendenze aggiornate\n>= 18, js-controller 5.0.19\nadmin >= 6.17.13 a causa di guasto timePicker",
|
|
92
|
-
"es": "optimizaciones de código\njsonConfig añadido\ndependencias actualizadas\nnodo >= 18, js-controller 5.0.19\nadmin= 6.17.13 debido al tiempo Fallo del pirata",
|
|
93
|
-
"pl": "optymalizacja kodu\njsonConfig dodany\nzaktualizowane zależności\nwęzeł > = 18, kontroler sms > = 5. 0. 19\nadmin > = 6.17.13 z powodu awarii timePicker",
|
|
94
|
-
"uk": "оптимізація коду\njsonConfig додано\nоновлені залежності\nвузол >= 18, js-controller >= 5,0.19\nadmin >= 6.17.13 через часНездатність файлу",
|
|
95
|
-
"zh-cn": "代码优化\n添加了 json 图形\n更新依赖关系\n18号节点,js控制器 5.0.19 (中文(简体) )\n6.17.13 由于时间选择失败"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.solarviewdatareader",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Get data from SolarView",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Achim Fürhoff",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
28
28
|
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
29
29
|
"@iobroker/adapter-dev": "^1.4.0",
|
|
30
|
-
"@iobroker/eslint-config": "^1.0.
|
|
31
|
-
"@iobroker/testing": "^5.0.
|
|
30
|
+
"@iobroker/eslint-config": "^1.0.1",
|
|
31
|
+
"@iobroker/testing": "^5.0.4",
|
|
32
32
|
"@tsconfig/node18": "^18.2.4",
|
|
33
33
|
"@types/chai": "^4.3.20",
|
|
34
34
|
"@types/chai-as-promised": "^7.1.8",
|
|
35
35
|
"@types/mocha": "^10.0.10",
|
|
36
|
-
"@types/node": "^20.17.
|
|
36
|
+
"@types/node": "^20.17.56",
|
|
37
37
|
"chai": "^4.5.0",
|
|
38
38
|
"chai-as-promised": "^7.1.2",
|
|
39
39
|
"mocha": "^10.8.2",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"sinon-chai": "^3.7.0",
|
|
43
43
|
"source-map-support": "^0.5.21",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
|
-
"typescript": "^5.
|
|
45
|
+
"typescript": "^5.8.3"
|
|
46
46
|
},
|
|
47
47
|
"main": "build/main.js",
|
|
48
48
|
"type": "commonjs",
|
|
@@ -79,6 +79,6 @@
|
|
|
79
79
|
},
|
|
80
80
|
"readmeFilename": "README.md",
|
|
81
81
|
"engines": {
|
|
82
|
-
"node": ">=
|
|
82
|
+
"node": ">=20"
|
|
83
83
|
}
|
|
84
84
|
}
|