-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
133 lines (133 loc) · 3.63 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
{
"common": {
"name": "nissan",
"version": "0.0.9",
"title": "Nissan",
"news": {
"0.0.9": {
"en": "fix refresh token and enforce refresh"
},
"0.0.8": {
"en": "fix 401 error, fix remote controls"
},
"0.0.7": {
"en": "add support for old nissan models < 2019"
},
"0.0.6": {
"en": "fix login"
},
"0.0.4": {
"en": "fix hvac start",
"de": "Fix HVAC start"
},
"0.0.3": {
"en": "initial release",
"de": "Erstveröffentlichung",
"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": "Nissan",
"de": "Nissan",
"ru": "Nissan",
"pt": "Nissan",
"nl": "Nissan",
"fr": "Nissan",
"it": "Nissan",
"es": "Nissan",
"pl": "Nissan",
"zh-cn": "日产"
},
"desc": {
"en": "Nissan Adapter",
"de": "Nissan-Adapter",
"ru": "Адаптер Nissan",
"pt": "Adaptador Nissan",
"nl": "Nissan-adapter",
"fr": "Adaptateur Nissan",
"it": "Adattatore Nissan",
"es": "Adaptador de Nissan",
"pl": "Adapter Nissana",
"zh-cn": "日产适配器"
},
"authors": [
"TA2k <[email protected]>"
],
"keywords": [
"nissan",
"leaf"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "nissan.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.nissan/master/admin/nissan.png",
"readme": "https://github.com/TA2k/ioBroker.nissan/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "vehicle",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/160"
}
},
"dependencies": [
{
"js-controller": ">=3.0.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"user": "",
"password": "",
"interval": 5,
"nissanev": 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": {}
}
]
}