-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
io-package.json
150 lines (150 loc) · 4.33 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
{
"common": {
"name": "hs100",
"version": "2.2.2",
"news": {
"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. 转换到间隔"
},
"2.1.6": {
"en": "setstate corr",
"de": "setstate corr"
},
"2.1.4": {
"en": "refactoring",
"de": "refactoring"
},
"2.1.3": {
"en": "error handling",
"de": "error handling"
},
"2.1.2": {
"en": "js-sontroller 4.x ledstate",
"de": "js-sontroller 4.x ledstate"
}
},
"titleLang": {
"en": "hs100",
"de": "hs100",
"ru": "hs100",
"pt": "hs100",
"nl": "hs100",
"fr": "hs100",
"it": "hs100",
"es": "hs100",
"pl": "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"
},
"authors": [
"arteck <[email protected]>"
],
"keywords": [
"iobroker",
"adapter",
"smart home",
"hs100",
"tp-link",
"home automation"
],
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"adminUI": {
"config": "materialize",
"tab": "materialize"
},
"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",
"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": {}
}
]
}