iobroker.leapmotor 0.2.0 → 0.2.1
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/admin/leapmotor.png +0 -0
- package/io-package.json +55 -40
- package/package.json +10 -4
package/admin/leapmotor.png
CHANGED
|
Binary file
|
package/io-package.json
CHANGED
|
@@ -1,63 +1,70 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "leapmotor",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.1": {
|
|
7
|
+
"en": "Fix: logo size, protectedNative, encryptedNative",
|
|
8
|
+
"de": "Fix: Logo-Gr\u00f6\u00dfe, protectedNative, encryptedNative",
|
|
9
|
+
"ru": "\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435: \u0440\u0430\u0437\u043c\u0435\u0440 \u043b\u043e\u0433\u043e\u0442\u0438\u043f\u0430",
|
|
10
|
+
"pt": "Corre\u00e7\u00e3o: tamanho do logotipo",
|
|
11
|
+
"nl": "Fix: logo grootte",
|
|
12
|
+
"fr": "Correction: taille du logo",
|
|
13
|
+
"it": "Correzione: dimensione logo",
|
|
14
|
+
"es": "Correcci\u00f3n: tama\u00f1o del logo",
|
|
15
|
+
"pl": "Poprawka: rozmiar logo",
|
|
16
|
+
"uk": "\u0412\u0438\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f: \u0440\u043e\u0437\u043c\u0456\u0440 \u043b\u043e\u0433\u043e\u0442\u0438\u043f\u0443",
|
|
17
|
+
"zh-cn": "\u4fee\u590d\uff1a\u5fbd\u6807\u5927\u5c0f"
|
|
18
|
+
},
|
|
6
19
|
"0.2.0": {
|
|
7
20
|
"en": "Full release: status, consumption, pictures, composite HTML dashboard",
|
|
8
21
|
"de": "Vollversion: Status, Verbrauch, Bilder, HTML-Dashboard",
|
|
9
|
-
"ru": "
|
|
10
|
-
"pt": "
|
|
22
|
+
"ru": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a: \u0441\u0442\u0430\u0442\u0443\u0441, \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u0435, \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f, HTML-\u043f\u0430\u043d\u0435\u043b\u044c",
|
|
23
|
+
"pt": "Vers\u00e3o completa: status, consumo, imagens, painel HTML",
|
|
11
24
|
"nl": "Volledige release: status, verbruik, afbeeldingen, HTML-dashboard",
|
|
12
|
-
"fr": "Version
|
|
25
|
+
"fr": "Version compl\u00e8te: statut, consommation, images, tableau de bord HTML",
|
|
13
26
|
"it": "Versione completa: stato, consumo, immagini, dashboard HTML",
|
|
14
|
-
"es": "
|
|
15
|
-
"pl": "
|
|
16
|
-
"uk": "
|
|
17
|
-
"zh-cn": "
|
|
18
|
-
},
|
|
19
|
-
"0.1.0": {
|
|
20
|
-
"en": "Initial release",
|
|
21
|
-
"de": "Erste Veröffentlichung",
|
|
22
|
-
"ru": "Первый выпуск",
|
|
23
|
-
"pt": "Lançamento inicial",
|
|
24
|
-
"nl": "Eerste release",
|
|
25
|
-
"fr": "Première version",
|
|
26
|
-
"it": "Prima versione",
|
|
27
|
-
"es": "Versión inicial",
|
|
28
|
-
"pl": "Pierwsze wydanie",
|
|
29
|
-
"uk": "Перший випуск",
|
|
30
|
-
"zh-cn": "初始版本"
|
|
27
|
+
"es": "Versi\u00f3n completa: estado, consumo, im\u00e1genes, panel HTML",
|
|
28
|
+
"pl": "Pe\u0142na wersja: status, zu\u017cycie, obrazy, panel HTML",
|
|
29
|
+
"uk": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0432\u0438\u043f\u0443\u0441\u043a: \u0441\u0442\u0430\u0442\u0443\u0441, \u0441\u043f\u043e\u0436\u0438\u0432\u0430\u043d\u043d\u044f, \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, HTML-\u043f\u0430\u043d\u0435\u043b\u044c",
|
|
30
|
+
"zh-cn": "\u5b8c\u6574\u7248\u672c\uff1a\u72b6\u6001\u3001\u6d88\u8017\u3001\u56fe\u7247\u3001HTML\u4eea\u8868\u677f"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"titleLang": {
|
|
34
34
|
"en": "Leapmotor Vehicle Integration",
|
|
35
35
|
"de": "Leapmotor Fahrzeug Integration",
|
|
36
|
-
"ru": "
|
|
37
|
-
"pt": "
|
|
36
|
+
"ru": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044f Leapmotor",
|
|
37
|
+
"pt": "Integra\u00e7\u00e3o de ve\u00edculo Leapmotor",
|
|
38
38
|
"nl": "Leapmotor Voertuig Integratie",
|
|
39
|
-
"fr": "
|
|
39
|
+
"fr": "Int\u00e9gration v\u00e9hicule Leapmotor",
|
|
40
40
|
"it": "Integrazione veicolo Leapmotor",
|
|
41
|
-
"es": "
|
|
41
|
+
"es": "Integraci\u00f3n de veh\u00edculo Leapmotor",
|
|
42
42
|
"pl": "Integracja pojazdu Leapmotor",
|
|
43
|
-
"uk": "
|
|
44
|
-
"zh-cn": "
|
|
43
|
+
"uk": "\u0406\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u044f \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u043e\u0433\u043e \u0437\u0430\u0441\u043e\u0431\u0443 Leapmotor",
|
|
44
|
+
"zh-cn": "\u96f6\u8dd1\u6c7d\u8f66\u96c6\u6210"
|
|
45
45
|
},
|
|
46
46
|
"desc": {
|
|
47
47
|
"en": "Integrate Leapmotor electric vehicles into ioBroker. Supports status monitoring, remote control and real-time updates.",
|
|
48
|
-
"de": "Integration von Leapmotor Elektrofahrzeugen in ioBroker.
|
|
49
|
-
"ru": "
|
|
50
|
-
"pt": "Integre
|
|
48
|
+
"de": "Integration von Leapmotor Elektrofahrzeugen in ioBroker. Unterst\u00fctzt Status\u00fcberwachung, Fernsteuerung und Echtzeit-Updates.",
|
|
49
|
+
"ru": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u0439 Leapmotor \u0432 ioBroker.",
|
|
50
|
+
"pt": "Integre ve\u00edculos el\u00e9tricos Leapmotor no ioBroker.",
|
|
51
51
|
"nl": "Integreer Leapmotor elektrische voertuigen in ioBroker.",
|
|
52
|
-
"fr": "
|
|
52
|
+
"fr": "Int\u00e9grez les v\u00e9hicules \u00e9lectriques Leapmotor dans ioBroker.",
|
|
53
53
|
"it": "Integra i veicoli elettrici Leapmotor in ioBroker.",
|
|
54
|
-
"es": "Integra
|
|
54
|
+
"es": "Integra veh\u00edculos el\u00e9ctricos Leapmotor en ioBroker.",
|
|
55
55
|
"pl": "Integruj pojazdy elektryczne Leapmotor z ioBroker.",
|
|
56
|
-
"uk": "
|
|
57
|
-
"zh-cn": "
|
|
56
|
+
"uk": "\u0406\u043d\u0442\u0435\u0433\u0440\u0443\u0439\u0442\u0435 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043c\u043e\u0431\u0456\u043b\u0456 Leapmotor \u0432 ioBroker.",
|
|
57
|
+
"zh-cn": "\u5c06\u96f6\u8dd1\u7535\u52a8\u6c7d\u8f66\u96c6\u6210\u5230ioBroker\u4e2d\u3002"
|
|
58
58
|
},
|
|
59
|
-
"authors": [
|
|
60
|
-
|
|
59
|
+
"authors": [
|
|
60
|
+
"Henrik Sch\u00f6nhofen <henrik.schoenhofen@gmx.de>"
|
|
61
|
+
],
|
|
62
|
+
"keywords": [
|
|
63
|
+
"leapmotor",
|
|
64
|
+
"electric vehicle",
|
|
65
|
+
"EV",
|
|
66
|
+
"T03"
|
|
67
|
+
],
|
|
61
68
|
"licenseInformation": {
|
|
62
69
|
"license": "MIT",
|
|
63
70
|
"type": "free"
|
|
@@ -87,8 +94,14 @@
|
|
|
87
94
|
"admin": ">=7.6.17"
|
|
88
95
|
}
|
|
89
96
|
],
|
|
90
|
-
"protectedNative": [
|
|
91
|
-
|
|
97
|
+
"protectedNative": [
|
|
98
|
+
"password",
|
|
99
|
+
"operationPassword"
|
|
100
|
+
],
|
|
101
|
+
"encryptedNative": [
|
|
102
|
+
"password",
|
|
103
|
+
"operationPassword"
|
|
104
|
+
]
|
|
92
105
|
},
|
|
93
106
|
"native": {
|
|
94
107
|
"email": "",
|
|
@@ -102,7 +115,9 @@
|
|
|
102
115
|
{
|
|
103
116
|
"_id": "info",
|
|
104
117
|
"type": "channel",
|
|
105
|
-
"common": {
|
|
118
|
+
"common": {
|
|
119
|
+
"name": "Information"
|
|
120
|
+
},
|
|
106
121
|
"native": {}
|
|
107
122
|
},
|
|
108
123
|
{
|
|
@@ -119,4 +134,4 @@
|
|
|
119
134
|
"native": {}
|
|
120
135
|
}
|
|
121
136
|
]
|
|
122
|
-
}
|
|
137
|
+
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.leapmotor",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Leapmotor electric vehicle integration for ioBroker",
|
|
5
5
|
"author": {
|
|
6
|
-
"name": "Henrik
|
|
6
|
+
"name": "Henrik Sch\u00f6nhofen",
|
|
7
7
|
"email": "henrik.schoenhofen@gmx.de"
|
|
8
8
|
},
|
|
9
9
|
"homepage": "https://github.com/backfisch88/ioBroker.leapmotor",
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"keywords": [
|
|
11
|
+
"keywords": [
|
|
12
|
+
"ioBroker",
|
|
13
|
+
"leapmotor",
|
|
14
|
+
"electric vehicle",
|
|
15
|
+
"EV",
|
|
16
|
+
"T03"
|
|
17
|
+
],
|
|
12
18
|
"repository": {
|
|
13
19
|
"type": "git",
|
|
14
20
|
"url": "https://github.com/backfisch88/ioBroker.leapmotor.git"
|
|
@@ -45,4 +51,4 @@
|
|
|
45
51
|
"engines": {
|
|
46
52
|
"node": ">=20"
|
|
47
53
|
}
|
|
48
|
-
}
|
|
54
|
+
}
|