iobroker.amtronwallbox 0.2.5 → 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.
Files changed (4) hide show
  1. package/README.md +28 -20
  2. package/io-package.json +28 -2
  3. package/main.js +2211 -2087
  4. package/package.json +68 -63
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Logo](admin/amtronwallbox.png)
1
+ ![Logo](admin/amtronwallbox.png)
2
2
  # ioBroker.amtronwallbox
3
3
 
4
4
  ![Number of Installations](http://iobroker.live/badges/amtronwallbox-installed.svg) ![Number of Installations](http://iobroker.live/badges/amtronwallbox-stable.svg)
@@ -41,32 +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
+
44
54
  ### 0.2.5 (2023-08-27)
45
- * (René) smaller bug fixes, see issue #59
46
-
55
+ * (René) smaller bug fixes, see issue #59
56
+
47
57
  ### 0.2.4 (2023-07-30)
48
- * (René) dependencies updated
49
-
58
+ * (René) dependencies updated
59
+
50
60
  ### 0.2.3 (2023-06-01)
51
- * (René) some changes to fullfill requirements to bring the adapter to latest
52
-
61
+ * (René) some changes to fullfill requirements to bring the adapter to latest
62
+
53
63
  ### 0.2.2 (2023-04-07)
54
- * (René) dependencies updated
55
-
64
+ * (René) dependencies updated
65
+
56
66
  ### 0.2.0 (2023-01-31)
57
- * (René) see issue #1: write data to XTRA wallbox (experimentel)
58
-
67
+ * (René) see issue #1: write data to XTRA wallbox (experimentel)
68
+
59
69
  ### 0.1.0 (2022-12-18)
60
- * (René) see issue #1: support of XTRA
61
-
70
+ * (René) see issue #1: support of XTRA
71
+
62
72
  ### 0.0.3 (2022-08-18)
63
73
  * (René) some bug fixes
64
74
  * (René) change to cron
65
- * (René) update of dependencies
66
-
75
+ * (René) update of dependencies
76
+
67
77
  ### 0.0.1 (2022-05-19)
68
- * (René) initial release
69
-
78
+ * (René) initial release
79
+
70
80
  ## License
71
81
  MIT License
72
82
 
@@ -88,6 +98,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88
98
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89
99
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90
100
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91
- SOFTWARE.
92
-
93
-
101
+ SOFTWARE.
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "amtronwallbox",
4
- "version": "0.2.5",
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
+ },
6
32
  "0.2.5": {
7
33
  "en": "smaller bug fixes",
8
34
  "de": "kleinere Fehlerbehebungen",
@@ -109,7 +135,7 @@
109
135
  "readme": "https://github.com/rg-engineering/ioBroker.amtronwallbox/blob/master/README.md",
110
136
  "loglevel": "info",
111
137
  "stopBeforeUpdate": true,
112
- "type": "energy",
138
+ "type": "vehicle",
113
139
  "license": "MIT",
114
140
  "materialize": true,
115
141
  "dependencies": [