-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio-package.json
129 lines (129 loc) · 3.54 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
{
"common": {
"tier": 2,
"name": "tedee",
"version": "0.3.2",
"news": {
"0.3.2": {
"en": "add retry when request fails",
"de": "Retry hinzugefügt, wenn Anfrage fehlschlägt",
"ru": "добавить ответ, когда запрос не работает",
"pt": "adicionar retry quando o pedido falhar",
"nl": "opnieuw proberen toevoegen wanneer verzoek mislukt",
"fr": "ajouter réessayer lorsque la requête échoue",
"it": "aggiungere retry quando la richiesta fallisce",
"es": "añadir retry cuando la solicitud falla",
"pl": "dodaj ponowną próbę, gdy żądanie się nie powiedzie",
"uk": "додати птицю, коли запит не вдається",
"zh-cn": "请求失败时添加重试"
},
"0.3.1": {
"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",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "Tedee",
"de": "Tedee",
"ru": "Теди",
"pt": "Tedee",
"nl": "Tedee",
"fr": "Tédée",
"it": "Tedee",
"es": "tedée",
"pl": "Tedee",
"uk": "Теді",
"zh-cn": "泰迪"
},
"desc": {
"en": "Adapter for Tedee Locks",
"de": "Adapter für Tedee-Schlösser",
"ru": "Адаптер для замков Tedee",
"pt": "Adaptador para fechaduras Tedee",
"nl": "Adapter voor Tedee-sloten",
"fr": "Adaptateur pour serrures Tedee",
"it": "Adattatore per serrature Tedee",
"es": "Adaptador para cerraduras Tedee",
"pl": "Adapter do zamków Tedee",
"uk": "Адаптер для замків Tedee",
"zh-cn": "Tedee 锁适配器"
},
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["tedee"],
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "tedee.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.tedee/main/admin/tedee.png",
"readme": "https://github.com/TA2k/ioBroker.tedee/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
],
"plugins": {
"sentry": {
"dsn": "https://802f699c7aa84a62b0bcb54b31485352@sentry.iobroker.net/226"
}
},
"stopTimeout": 2000
},
"encryptedNative": ["token"],
"protectedNative": ["token"],
"native": {
"bridgeip": "",
"token": "",
"interval": 60
},
"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": {}
}
]
}