-
Notifications
You must be signed in to change notification settings - Fork 8
/
io-package.json
335 lines (335 loc) · 7.94 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
{
"common": {
"name": "parcel",
"version": "0.2.8",
"news": {
"0.2.8": {
"en": "fix amazon login",
"de": "fix amazon login",
"ru": "исправить логин амазон",
"pt": "corrigir amazon login",
"nl": "fix amazon login",
"fr": "correction de la connexion amazon",
"it": "fix amazon login",
"es": "fijar amazon login",
"pl": "naprawić logowanie amazon",
"uk": "виправити amazon увійти",
"zh-cn": "修补amazon 登录"
},
"0.2.8-beta.0": {
"en": "improve amazon login",
"de": "amazon login verbessern",
"ru": "улучшить логин amazon",
"pt": "melhorar o login amazon",
"nl": "amazon login verbeteren",
"fr": "améliorer la connexion amazon",
"it": "migliorare amazon login",
"es": "mejorar amazon login",
"pl": "poprawić logowanie amazon",
"uk": "поліпшити логін amazon",
"zh-cn": "改进amazon 登录"
},
"0.2.7": {
"en": "Fix for UPS Login",
"de": "Fix für UPS Login"
},
"0.2.6": {
"en": "Improve DHL Status and add link to shipment in the telegram notification",
"de": "Verbesserung des DHL Status und Link zur Sendung in der Telegram Benachrichtigung hinzugefügt"
},
"0.2.2": {
"en": "Improvment for Amazon Login and fix for Briefaanündigung Image",
"de": "Verbesserung für Amazon Login und Fix für Briefankündigung Image State"
},
"0.2.1": {
"en": "Fix for Briefankündigung",
"de": "Briefankündigung wieder aktiviert"
},
"0.1.6": {
"en": "Fix DHL and UPS",
"de": "DHL und UPS gefixt"
}
},
"title": "Parcel tracking",
"titleLang": {
"en": "Parcel tracking",
"de": "Paket Sendungsverfolgung",
"ru": "Отслеживание посылок",
"pt": "Rastreamento de encomendas",
"nl": "Pakket volgen",
"fr": "Suivi colis",
"it": "Tracciamento del pacco",
"es": "Seguimiento de paquetes",
"pl": "Śledzenie przesyłek",
"zh-cn": "包裹追踪"
},
"desc": {
"en": "Parcel tracking",
"de": "Paket Sendungsverfolgung",
"ru": "Отслеживание посылок",
"pt": "Rastreamento de encomendas",
"nl": "Pakket volgen",
"fr": "Suivi colis",
"it": "Tracciamento del pacco",
"es": "Seguimiento de paquetes",
"pl": "Śledzenie przesyłek",
"zh-cn": "包裹追踪"
},
"authors": [
"TA2k <tombox2020@gmail.com>"
],
"keywords": [
"parcel",
"tracking",
"paketverfolgung",
"sendungsverfolgung",
"dhl",
"gls",
"ups",
"hermes",
"paket",
"17Track",
"Amazon",
"dpd",
"briefe"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "parcel.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.parcel/master/admin/parcel.png",
"readme": "https://github.com/TA2k/ioBroker.parcel/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "misc-data",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://6296452769de44959c1809642564a7e3@sentry.iobroker.net/171"
}
},
"dependencies": [
{
"js-controller": ">=3.2.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"encryptedNative": [
"dhlpassword",
"amzpassword",
"dpdpassword",
"t17password",
"upspassword",
"hermespassword",
"postchpassword",
"postatpassword",
"glspassword"
],
"protectedNative": [
"dhlpassword",
"amzpassword",
"dpdpassword",
"t17password",
"upspassword",
"hermespassword",
"postchpassword",
"postatpassword",
"glspassword"
],
"native": {
"amzusername": "",
"amzpassword": "",
"aliUsername": "",
"aliPassword": "",
"aliMfa": "",
"glsusername": "",
"glspassword": "",
"upsusername": "",
"upspassword": "",
"hermespassword": "",
"hermesusername": "",
"postchusername": "",
"postchpassword": "",
"postatusername": "",
"postatpassword": "",
"amzotp": "",
"t17username": "",
"t17password": "",
"dpdusername": "",
"dpdpassword": "",
"dhlusername": "",
"dhlpassword": "",
"dhlMfa": "",
"17trackKey": "",
"sendToActive": false,
"noFirstStartSend": false,
"sendToInstance": "telegram.0",
"sendToUser": "",
"interval": 10
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "allProviderJson",
"type": "state",
"common": {
"role": "json",
"name": "Tracking List of all Providers",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "allProviderObjects",
"type": "state",
"common": {
"role": "json",
"name": "Tracking Dictionary of all Providers",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "notDelivered",
"type": "state",
"common": {
"role": "json",
"name": "Not yet delivered/Noch nicht zugestellt",
"type": "string",
"read": true,
"write": false,
"def": "{}"
},
"native": {}
},
{
"_id": "notDeliveredCount",
"type": "state",
"common": {
"role": "value",
"name": "Number of not yet delivered/Anzahl noch nicht zugestellt",
"type": "number",
"read": true,
"write": false,
"def": 0
},
"native": {}
},
{
"_id": "inDelivery",
"type": "state",
"common": {
"role": "json",
"name": "Today in delivery/Heute in Zustellung",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "inDeliveryCountJson",
"type": "state",
"common": {
"role": "json",
"name": "Number of in Delivery of all Providers",
"type": "string",
"read": true,
"write": false,
"def": "{}"
},
"native": {}
},
{
"_id": "inDeliveryCount",
"type": "state",
"common": {
"role": "value",
"name": "Number of in delivery/Anzahl in Zustellung",
"type": "number",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "auth",
"type": "channel",
"common": {
"name": "Auth Information"
},
"native": {}
},
{
"_id": "auth.dhlMfaToken",
"type": "state",
"common": {
"role": "state",
"name": "DHL Mfa Token",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "auth.cookie",
"type": "state",
"common": {
"role": "state",
"name": "Cookie state",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "refresh",
"type": "state",
"common": {
"role": "boolean",
"name": "Force data refresh",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
}
]
}