iobroker.amtronwallbox 0.2.15 → 0.2.16
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 +4 -0
- package/admin/i18n/de/translations.json +10 -0
- package/admin/i18n/en/translations.json +10 -0
- package/admin/i18n/es/translations.json +10 -0
- package/admin/i18n/fr/translations.json +10 -0
- package/admin/i18n/it/translations.json +10 -0
- package/admin/i18n/nl/translations.json +10 -0
- package/admin/i18n/pl/translations.json +10 -0
- package/admin/i18n/pt/translations.json +10 -0
- package/admin/i18n/ru/translations.json +10 -0
- package/admin/i18n/uk/translations.json +10 -0
- package/admin/i18n/zh-cn/translations.json +10 -0
- package/io-package.json +15 -16
- package/package.json +26 -23
- package/.releaseconfig.json +0 -3
package/README.md
CHANGED
|
@@ -54,6 +54,10 @@ Note: Since the boxes have different interfaces, it may be that not all interfac
|
|
|
54
54
|
Placeholder for the next version (at the beginning of the line):
|
|
55
55
|
### **WORK IN PROGRESS**
|
|
56
56
|
-->
|
|
57
|
+
### 0.2.16 (2024-08-24)
|
|
58
|
+
* (René) update dependencies
|
|
59
|
+
* (René) bug fixes based on adapter checker recommendation
|
|
60
|
+
|
|
57
61
|
### 0.2.15 (2024-05-28)
|
|
58
62
|
* (René) change of dependencies
|
|
59
63
|
* (René) show cron job in log after creation
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "amtronwallbox",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.16",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.16": {
|
|
7
|
+
"en": "update dependencies\nbug fixes based on adapter checker recommendation",
|
|
8
|
+
"de": "aktualisierung der abhängigkeiten\nfehlerbehebungen basierend auf adapter-checker empfehlung",
|
|
9
|
+
"ru": "обновление зависимостей\nисправления ошибок на основе рекомендации адаптера",
|
|
10
|
+
"pt": "dependências\ncorreções de bugs com base na recomendação do verificador do adaptador",
|
|
11
|
+
"nl": "afhankelijkheden bijwerken\nbug fixes op basis van adaptercontrole aanbeveling",
|
|
12
|
+
"fr": "mettre à jour les dépendances\ncorrection des bugs en fonction de la recommandation du vérificateur d'adaptateur",
|
|
13
|
+
"it": "aggiornamento dipendenze\ncorrezioni di bug in base alla raccomandazione dell'adattatore checker",
|
|
14
|
+
"es": "dependencias de actualización\ncorrecciones de errores basado en la recomendación de control de adaptador",
|
|
15
|
+
"pl": "aktualizacji zależności\npoprawki błędów oparte na rekomendacji sprawdzania adaptera",
|
|
16
|
+
"uk": "оновлення залежності\nвиправлення помилок на основі рекомендації адаптера",
|
|
17
|
+
"zh-cn": "更新依赖关系\n根据适配器检查器建议修正错误"
|
|
18
|
+
},
|
|
6
19
|
"0.2.15": {
|
|
7
20
|
"en": "(René) change of dependencies\n(René) show cron job in log after creation",
|
|
8
21
|
"de": "(René) Veränderung der Abhängigkeiten\n(René) cron job in log nach der Erstellung anzeigen",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "(René) rodzaj adaptatora zmieniał się z powrotem do energii",
|
|
81
94
|
"uk": "(René) тип адаптера змінився назад до енергії",
|
|
82
95
|
"zh-cn": "(René) 适应者类型改为能源"
|
|
83
|
-
},
|
|
84
|
-
"0.2.9": {
|
|
85
|
-
"en": "dependencies updated",
|
|
86
|
-
"de": "Abhängigkeiten aktualisiert",
|
|
87
|
-
"ru": "зависимости обновлены",
|
|
88
|
-
"pt": "dependências atualizadas",
|
|
89
|
-
"nl": "afhankelijkheden bijgewerkt",
|
|
90
|
-
"fr": "dépendances mises à jour",
|
|
91
|
-
"it": "dipendenze aggiornate",
|
|
92
|
-
"es": "dependencias actualizadas",
|
|
93
|
-
"pl": "zależności zostały zaktualizowane",
|
|
94
|
-
"uk": "залежності оновлено",
|
|
95
|
-
"zh-cn": "依赖项已更新"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -141,10 +141,9 @@
|
|
|
141
141
|
"license": "MIT",
|
|
142
142
|
"type": "free"
|
|
143
143
|
},
|
|
144
|
-
"materialize": true,
|
|
145
144
|
"dependencies": [
|
|
146
145
|
{
|
|
147
|
-
"js-controller": ">=5.0.
|
|
146
|
+
"js-controller": ">=5.0.19"
|
|
148
147
|
}
|
|
149
148
|
],
|
|
150
149
|
"plugins": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.amtronwallbox",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"description": "ioBroker Adapter for AMTRON wallboxes",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "René G.",
|
|
@@ -24,39 +24,42 @@
|
|
|
24
24
|
"node": ">= 18"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@iobroker/adapter-core": "^3.1.
|
|
28
|
-
"axios": "^1.7.
|
|
27
|
+
"@iobroker/adapter-core": "^3.1.6",
|
|
28
|
+
"axios": "^1.7.5",
|
|
29
29
|
"cron": "^3.1.7"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@alcalzone/release-script": "^3.
|
|
33
|
-
"@alcalzone/release-script-plugin-iobroker": "^3.7.
|
|
32
|
+
"@alcalzone/release-script": "^3.8.0",
|
|
33
|
+
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
|
|
34
34
|
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
35
|
+
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
35
36
|
"@iobroker/adapter-dev": "^1.3.0",
|
|
36
37
|
"@iobroker/testing": "^4.1.3",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"@types/gulp": "^4.0.17",
|
|
40
|
-
"@types/mocha": "^10.0.6",
|
|
41
|
-
"@types/node": "^20.12.12",
|
|
42
|
-
"@types/proxyquire": "^1.3.31",
|
|
43
|
-
"@types/request-promise-native": "^1.0.21",
|
|
44
|
-
"@types/sinon": "^17.0.3",
|
|
45
|
-
"@types/sinon-chai": "^3.2.12",
|
|
46
|
-
"axios": "^1.7.2",
|
|
47
|
-
"chai": "^4.4.1",
|
|
48
|
-
"chai-as-promised": "^7.1.2",
|
|
49
|
-
"eslint": "^9.3.0",
|
|
50
|
-
"gulp": "^5.0.0",
|
|
51
|
-
"mocha": "^10.4.0",
|
|
52
|
-
"proxyquire": "^2.1.3",
|
|
53
|
-
"sinon": "^18.0.0",
|
|
54
|
-
"sinon-chai": "^3.7.0"
|
|
38
|
+
"chai": "^5.1.1",
|
|
39
|
+
"mocha": "^10.7.3"
|
|
55
40
|
},
|
|
56
41
|
"main": "main.js",
|
|
57
42
|
"bugs": {
|
|
58
43
|
"url": "https://github.com/rg-engineering/ioBroker.amtronwallbox"
|
|
59
44
|
},
|
|
45
|
+
"files": [
|
|
46
|
+
"admin/",
|
|
47
|
+
"admin{,/!(i18n)/**}/flat.txt",
|
|
48
|
+
"lib/",
|
|
49
|
+
"!.vscode",
|
|
50
|
+
"!.github",
|
|
51
|
+
"!.git",
|
|
52
|
+
"!.gitignore",
|
|
53
|
+
"!.gitattributes",
|
|
54
|
+
"!node_modules",
|
|
55
|
+
"!tasks",
|
|
56
|
+
"!.idea",
|
|
57
|
+
"!test",
|
|
58
|
+
"!typings",
|
|
59
|
+
"io-package.json",
|
|
60
|
+
"LICENSE",
|
|
61
|
+
"main.js"
|
|
62
|
+
],
|
|
60
63
|
"readmeFilename": "README.md",
|
|
61
64
|
"scripts": {
|
|
62
65
|
"test": "npm run test:package",
|
package/.releaseconfig.json
DELETED