-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathio-package.json
154 lines (154 loc) · 4.65 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"common": {
"name": "hs100",
"version": "3.0.0",
"news": {
"3.0.0": {
"en": "switch to jsonConfig",
"de": "auf jsonConfig wechseln",
"ru": "переход на jsonConfig",
"pt": "mudar para jsonConfig",
"nl": "schakelen naar jsonConfig",
"fr": "passer à jsonConfig",
"it": "passare a jsonConfig",
"es": "cambiar a jsonConfig",
"pl": "przełącz na jsonConfig",
"uk": "перемикач на jsonConfig",
"zh-cn": "切换到 jsonConfig"
},
"2.2.2": {
"en": "dependency update",
"de": "aktualisierung der abhängigkeit",
"ru": "обновление",
"pt": "atualização de dependência",
"nl": "afhankelijkheidsupdate",
"fr": "mise à jour de la dépendance",
"it": "aggiornamento della dipendenza",
"es": "actualización de la dependencia",
"pl": "aktualizacja zależności",
"uk": "оновлення залежності",
"zh-cn": "依赖性更新"
},
"2.2.1": {
"en": "experimental crash correction (bug)",
"de": "experimentelle crashkorrektur (bug)",
"ru": "экспериментальная коррекция крушения (bug)",
"pt": "correção de acidente experimental (bug)",
"nl": "experimentele crashcorrectie (bug)",
"fr": "correction expérimentale du choc (bug)",
"it": "correzione di crash sperimentale (bug)",
"es": "corrección experimental del accidente (bug)",
"pl": "eksperymentalna korekta awarii (błąd)",
"uk": "корекція експериментальних аварійних ситуацій (бюг)",
"zh-cn": "实验性坠机修正( 错误)"
},
"2.2.0": {
"en": "switch to intervall",
"de": "wechsel in intervall",
"ru": "перейти к интервалу",
"pt": "mudar para intervalo",
"nl": "wisselen naar intervall",
"fr": "commutation à intervalles",
"it": "passare all'intervallo",
"es": "cambiar a intervalo",
"pl": "przełączać się",
"uk": "вимикач на інтервал",
"zh-cn": "a. 转换到间隔"
}
},
"titleLang": {
"en": "hs100",
"de": "hs100",
"ru": "hs100",
"pt": "hs100",
"nl": "hs100",
"fr": "hs100",
"it": "hs100",
"es": "hs100",
"pl": "hs100",
"uk": "hs100",
"zh-cn": "hs100"
},
"desc": {
"en": "connects TP-Link Plugs and Bulbs to ioBroker",
"de": "verbindet TP-Link Geräte mit ioBroker",
"ru": "подключает устройства TP-Link Plugs к ioBroker",
"pt": "liga dispositivos TP-Link Plugs a ioBroker",
"nl": "verbindt TP-Link Plugs met ioBroker",
"fr": "connecte les périphériques TP-Link Plugs à ioBroker",
"it": "collega i dispositivi TP-Link Plugs a ioBroker",
"es": "conecta dispositivos TP-Link Plugs a ioBroker",
"pl": "łączy urządzenia TP-Link Plugs z ioBroker",
"uk": "підключає штекери та лампочки TP-Link до IObroker",
"zh-cn": "将 TP-Link 插头和灯泡连接到 IOBroker"
},
"authors": [
"arteck <[email protected]>"
],
"keywords": [
"hs100",
"hs110",
"tp-link"
],
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"icon": "hs100.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/arteck/ioBroker.hs100/master/admin/hs100.png",
"readme": "https://github.com/arteck/ioBroker.hs100/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "json",
"tab": "materialize"
},
"tier": 2,
"globalDependencies": [
{
"admin": ">=6.0.0"
}
],
"dependencies": [
{
"js-controller": ">=5.0.0"
}
]
},
"restartSchedule": "9 4 * * *",
"stopBeforeUpdate": true,
"native": {
"interval": 30,
"warning": 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": {}
}
]
}