-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
138 lines (138 loc) · 3.34 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
{
"common": {
"name": "nissan",
"version": "0.1.1",
"title": "Nissan",
"news": {
"0.1.1": {
"en": "Login fixed.",
"de": "Login gefixt.",
"ru": "Запись установлена.",
"pt": "Registo fixo.",
"nl": "Login gerepareerd.",
"fr": "Connexion corrigée.",
"it": "Login fisso.",
"es": "Acceder fijo.",
"pl": "Zaloguj się.",
"uk": "Вхід фіксований.",
"zh-cn": "登录已修复 ."
},
"0.1.0": {
"en": "login fixed",
"de": "Login gefixt",
"ru": "фиксированный",
"pt": "login fixo",
"nl": "login vast",
"fr": "login corrigé",
"it": "login fisso",
"es": "login fijo",
"pl": "login stały",
"uk": "логін",
"zh-cn": "登录已固定"
},
"0.0.15": {
"en": "Make Nissan EV compatible with Node >=18"
},
"0.0.12": {
"en": "Fix remote commands"
},
"0.0.11": {
"en": "Add forceRefresh Option in settings. Fix login and endpoints"
},
"0.0.9": {
"en": "fix refresh token and enforce refresh"
},
"0.0.8": {
"en": "fix 401 error, fix remote controls"
}
},
"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": 10,
"nissanev": false,
"forceRefresh": 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": {}
}
]
}