iobroker.amtronwallbox 0.3.4 → 0.3.5

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 CHANGED
@@ -54,6 +54,9 @@ 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.3.5 (2025-10-26)
58
+ * (René) bug fix sentry
59
+
57
60
  ### 0.3.4 (2025-10-21)
58
61
  * (René) update dependencies + changes based on adapter checker
59
62
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "amtronwallbox",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "news": {
6
+ "0.3.5": {
7
+ "en": "bug fix sentry",
8
+ "de": "fehlerbehebung gesendet",
9
+ "ru": "исправлять ошибки",
10
+ "pt": "corrigir o erro sentinela",
11
+ "nl": "bug repareren wacht",
12
+ "fr": "correction du bug sentinelle",
13
+ "it": "bug fix sendry",
14
+ "es": "bug fix centry",
15
+ "pl": "bug fix sentry",
16
+ "uk": "виправлення помилок",
17
+ "zh-cn": "错误修正哨兵"
18
+ },
6
19
  "0.3.4": {
7
20
  "en": "update dependencies + changes based on adapter checker",
8
21
  "de": "aktualisierung abhängigkeiten + änderungen basierend auf adapter-checker",
@@ -80,19 +93,6 @@
80
93
  "pl": "aktualizacji zależności\npoprawki błędów oparte na rekomendacji sprawdzania adaptera",
81
94
  "uk": "оновлення залежності\nвиправлення помилок на основі рекомендації адаптера",
82
95
  "zh-cn": "更新依赖关系\n根据适配器检查器建议修正错误"
83
- },
84
- "0.2.15": {
85
- "en": "(René) change of dependencies\n(René) show cron job in log after creation",
86
- "de": "(René) Veränderung der Abhängigkeiten\n(René) cron job in log nach der Erstellung anzeigen",
87
- "ru": "(René) изменение зависимостей\n(René) показать работу корона в журнале после создания",
88
- "pt": "(René) mudança de dependências\n(René) mostrar trabalho cron em log após a criação",
89
- "nl": "(René) verandering van afhankelijkheden\n(René) cron job tonen in log na aanmaak",
90
- "fr": "(René) changement de dépendances\n(René) montrer cron emploi dans log après la création",
91
- "it": "(René) cambiamento delle dipendenze\n(René) mostrare il lavoro di cron nel registro dopo la creazione",
92
- "es": "(René) cambio de dependencia\n(René) show cron job in log after creation",
93
- "pl": "(René) zmiana zależności\n(René) show cron job in log after creation",
94
- "uk": "(Рене) зміна залежностей\n(René) покажуть на роботу в журналі після створення",
95
- "zh-cn": "(René) 属地变化\n(René) 创建后在日志中显示 cron 工作"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.amtronwallbox",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "ioBroker Adapter for AMTRON wallboxes",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "https://github.com/rg-engineering/ioBroker.amtronwallbox"
21
+ "url": "git+https://github.com/rg-engineering/ioBroker.amtronwallbox.git"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">= 20"