-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
106 lines (106 loc) · 2.62 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
{
"common": {
"name": "niu",
"version": "0.0.3",
"news": {
"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": "Niu",
"de": "Niu",
"ru": "Ниу",
"pt": "Niu",
"nl": "Niu",
"fr": "Niu",
"it": "Niu",
"es": "niu",
"pl": "Niu",
"zh-cn": "牛"
},
"desc": {
"en": "Adapter for NIU E-Scooter",
"de": "Adapter für NIU E-Scooter",
"ru": "Адаптер для электронного скутера NIU",
"pt": "Adaptador para NIU E-Scooter",
"nl": "Adapter voor NIU E-Scooter",
"fr": "Adaptateur pour scooter électrique NIU",
"it": "Adattatore per scooter elettrico NIU",
"es": "Adaptador para patinete eléctrico NIU",
"pl": "Adapter do hulajnogi elektrycznej NIU",
"zh-cn": "NIU E-Scooter 适配器"
},
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["niu", "e-scooter"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "niu.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.niu/master/admin/niu.png",
"readme": "https://github.com/TA2k/ioBroker.niu/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "vehicle",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://c9bd6c851b1246da95e6e982aa9b88f3@sentry.iobroker.net/152"
}
},
"dependencies": [
{
"js-controller": ">=3.2.0"
}
],
"globalDependencies": [
{
"admin": ">=4.0.9"
}
]
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"native": {
"username": "",
"password": "",
"interval": 10
},
"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": {}
}
]
}