iobroker.amtronwallbox 0.2.4 → 0.2.7
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 +29 -18
- package/io-package.json +41 -2
- package/main.js +2221 -1925
- package/package.json +68 -63
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+

|
|
2
2
|
# ioBroker.amtronwallbox
|
|
3
3
|
|
|
4
4
|
 
|
|
@@ -41,29 +41,42 @@ Note: Since the boxes have different interfaces, it may be that not all interfac
|
|
|
41
41
|
|
|
42
42
|
## Changelog
|
|
43
43
|
|
|
44
|
+
<!--
|
|
45
|
+
Placeholder for the next version (at the beginning of the line):
|
|
46
|
+
### **WORK IN PROGRESS**
|
|
47
|
+
-->
|
|
48
|
+
### 0.2.7 (2023-11-19)
|
|
49
|
+
* (René) dependencies updated
|
|
50
|
+
|
|
51
|
+
### 0.2.6 (2023-09-23)
|
|
52
|
+
* (René) bug fix for reported exceptions by sentry
|
|
53
|
+
|
|
54
|
+
### 0.2.5 (2023-08-27)
|
|
55
|
+
* (René) smaller bug fixes, see issue #59
|
|
56
|
+
|
|
44
57
|
### 0.2.4 (2023-07-30)
|
|
45
|
-
* (René) dependencies updated
|
|
46
|
-
|
|
58
|
+
* (René) dependencies updated
|
|
59
|
+
|
|
47
60
|
### 0.2.3 (2023-06-01)
|
|
48
|
-
* (René) some changes to fullfill requirements to bring the adapter to latest
|
|
49
|
-
|
|
61
|
+
* (René) some changes to fullfill requirements to bring the adapter to latest
|
|
62
|
+
|
|
50
63
|
### 0.2.2 (2023-04-07)
|
|
51
|
-
* (René) dependencies updated
|
|
52
|
-
|
|
64
|
+
* (René) dependencies updated
|
|
65
|
+
|
|
53
66
|
### 0.2.0 (2023-01-31)
|
|
54
|
-
* (René) see issue #1: write data to XTRA wallbox (experimentel)
|
|
55
|
-
|
|
67
|
+
* (René) see issue #1: write data to XTRA wallbox (experimentel)
|
|
68
|
+
|
|
56
69
|
### 0.1.0 (2022-12-18)
|
|
57
|
-
* (René) see issue #1: support of XTRA
|
|
58
|
-
|
|
70
|
+
* (René) see issue #1: support of XTRA
|
|
71
|
+
|
|
59
72
|
### 0.0.3 (2022-08-18)
|
|
60
73
|
* (René) some bug fixes
|
|
61
74
|
* (René) change to cron
|
|
62
|
-
* (René) update of dependencies
|
|
63
|
-
|
|
75
|
+
* (René) update of dependencies
|
|
76
|
+
|
|
64
77
|
### 0.0.1 (2022-05-19)
|
|
65
|
-
* (René) initial release
|
|
66
|
-
|
|
78
|
+
* (René) initial release
|
|
79
|
+
|
|
67
80
|
## License
|
|
68
81
|
MIT License
|
|
69
82
|
|
|
@@ -85,6 +98,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
85
98
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
86
99
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
87
100
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
88
|
-
SOFTWARE.
|
|
89
|
-
|
|
90
|
-
|
|
101
|
+
SOFTWARE.
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "amtronwallbox",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.7",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.7": {
|
|
7
|
+
"en": "dependencies updated",
|
|
8
|
+
"de": "Abhängigkeiten aktualisiert",
|
|
9
|
+
"ru": "зависимости обновлены",
|
|
10
|
+
"pt": "dependências atualizadas",
|
|
11
|
+
"nl": "afhankelijkheden bijgewerkt",
|
|
12
|
+
"fr": "dépendances mises à jour",
|
|
13
|
+
"it": "dipendenze aggiornate",
|
|
14
|
+
"es": "dependencias actualizadas",
|
|
15
|
+
"pl": "zależności zostały zaktualizowane",
|
|
16
|
+
"uk": "залежності оновлено",
|
|
17
|
+
"zh-cn": "依赖项已更新"
|
|
18
|
+
},
|
|
19
|
+
"0.2.6": {
|
|
20
|
+
"en": "further preparation for latest repository",
|
|
21
|
+
"de": "Weitere Vorbereitungen für das neueste Repository",
|
|
22
|
+
"ru": "дальнейшая подготовка к последнему репозиторию",
|
|
23
|
+
"pt": "preparação adicional para o repositório mais recente",
|
|
24
|
+
"nl": "verdere voorbereiding voor de nieuwste repository",
|
|
25
|
+
"fr": "préparation supplémentaire pour le dernier référentiel",
|
|
26
|
+
"it": "ulteriore preparazione per l'ultimo repository",
|
|
27
|
+
"es": "mayor preparación para el último repositorio",
|
|
28
|
+
"pl": "dalsze przygotowania do najnowszego repozytorium",
|
|
29
|
+
"uk": "подальша підготовка до останнього сховища",
|
|
30
|
+
"zh-cn": "为最新存储库做进一步准备"
|
|
31
|
+
},
|
|
32
|
+
"0.2.5": {
|
|
33
|
+
"en": "smaller bug fixes",
|
|
34
|
+
"de": "kleinere Fehlerbehebungen",
|
|
35
|
+
"ru": "мелкие исправления ошибок",
|
|
36
|
+
"pt": "correções de bugs menores",
|
|
37
|
+
"nl": "kleinere bugfixes",
|
|
38
|
+
"fr": "petites corrections de bugs",
|
|
39
|
+
"it": "correzioni di bug minori",
|
|
40
|
+
"es": "correcciones de errores más pequeñas",
|
|
41
|
+
"pl": "mniejsze poprawki błędów",
|
|
42
|
+
"uk": "менші виправлення помилок",
|
|
43
|
+
"zh-cn": "较小的错误修复"
|
|
44
|
+
},
|
|
6
45
|
"0.2.4": {
|
|
7
46
|
"en": "dependencies updated",
|
|
8
47
|
"de": "Abhängigkeiten aktualisiert",
|
|
@@ -96,7 +135,7 @@
|
|
|
96
135
|
"readme": "https://github.com/rg-engineering/ioBroker.amtronwallbox/blob/master/README.md",
|
|
97
136
|
"loglevel": "info",
|
|
98
137
|
"stopBeforeUpdate": true,
|
|
99
|
-
"type": "
|
|
138
|
+
"type": "vehicle",
|
|
100
139
|
"license": "MIT",
|
|
101
140
|
"materialize": true,
|
|
102
141
|
"dependencies": [
|