-
Notifications
You must be signed in to change notification settings - Fork 3
/
io-package.json
124 lines (124 loc) · 3.48 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
{
"common": {
"name": "fiat",
"version": "0.0.10",
"news": {
"0.0.10": {
"en": "added schedule edit via remote.CPPLUS",
"de": "hinzugefügt Schedule bearbeiten über remote.CPPLUS",
"ru": "добавленный график редактирования через удаленный. CPPLUS",
"pt": "adicionado cronograma editar via remoto. CPPLUS",
"nl": "toegevoegd schema bewerken via remote. CPPLUS",
"fr": "ajout d'une édition de l'horaire via distante. PPCLUS",
"it": "modifica della pianificazione tramite telecomando. CPPLUS",
"es": "añadido edición de horario a través de control remoto. CPPLUS",
"pl": "dodano edycję harmonogramu za pomocą pilota. CPPLUS",
"uk": "додано редагування графіка через дистанційне керування. CPPLUS",
"zh-cn": "通过远程添加调度编辑 。 CPPLUS 语句"
},
"0.0.9": {
"en": "Add catch for disabled location"
},
"0.0.8": {
"en": "Update installation dependency"
},
"0.0.7": {
"en": "Add Jeep Support"
},
"0.0.6": {
"en": "Fix parsing bug"
},
"0.0.3": {
"en": "Added precondition",
"de": "Vorklimatisierung hinzugefügt"
},
"0.0.2": {
"en": "Enable deep refresh to update charging state",
"de": "Deep Refresh hinzugefügt um den Ladezustand zu aktualisieren"
}
},
"title": "Fiat/Jeep",
"titleLang": {
"en": "Fiat/Jeep",
"de": "Fiat/Jeep",
"ru": "Fiat/Jeep",
"pt": "Fiat/Jeep",
"nl": "Fiat/Jeep",
"fr": "Fiat/Jeep",
"it": "Fiat/Jeep",
"es": "Fiat/Jeep",
"pl": "Fiat/Jeep",
"zh-cn": "Fiat/Jeep"
},
"desc": {
"en": "Fiat/Jeep adapter",
"de": "Fiat/Jeep-Adapter",
"ru": "Fiat/Jeep адаптер",
"pt": "adaptador Fiat/Jeep",
"nl": "Fiat/Jeep-adapter",
"fr": "adaptateur Fiat/Jeep",
"it": "adattatore Fiat/Jeep",
"es": "adaptador de Fiat/Jeep",
"pl": "adapter Fiat/Jeep",
"zh-cn": "法定适配器"
},
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["fiat", "500e", "jeep"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "fiat.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.fiat/master/admin/fiat.png",
"readme": "https://github.com/TA2k/ioBroker.fiat/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "vehicle",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=3.0.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"encryptedNative": ["password", "pin"],
"protectedNative": ["password", "pin"],
"native": {
"user": "",
"password": "",
"interval": 5,
"pin": "",
"type": "fiat"
},
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}