-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
116 lines (116 loc) · 3.17 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
{
"common": {
"name": "tesla-motors",
"version": "1.0.0",
"news": {
"1.0.0": {
"en": "initial release",
"de": "Erstveröffentlichung, States haben sich komplett geändert",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "Tesla",
"de": "Tesla",
"ru": "Тесла",
"pt": "Tesla",
"nl": "Tesla",
"fr": "Tesla",
"it": "Tesla",
"es": "Tesla",
"pl": "Tesla",
"zh-cn": "特斯拉"
},
"desc": {
"en": "Adapter for Tesla",
"de": "Adapter für Tesla",
"ru": "Адаптер для Tesla",
"pt": "Adaptador para Tesla",
"nl": "Adapter voor Tesla",
"fr": "Adaptateur pour Tesla",
"it": "Adattatore per Tesla",
"es": "Adaptador para Tesla",
"pl": "Adapter do Tesli",
"zh-cn": "特斯拉适配器"
},
"authors": [
"TA2k <tombox2020@gmail.com>"
],
"keywords": [
"tesla"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "tesla-motors.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.tesla-motors/master/admin/tesla-motors.png",
"readme": "https://github.com/TA2k/ioBroker.tesla-motors/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",
"session"
],
"protectedNative": [
"password",
"session"
],
"native": {
"username": "",
"password": "",
"captcha": "",
"mfa": "",
"wakeup": false,
"interval": 5,
"session": {},
"reset": false
},
"objects": [],
"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": {}
}
]
}