forked from jensweigele/ioBroker.yahka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
254 lines (254 loc) · 7.04 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
{
"common": {
"name": "yahka",
"version": "1.0.3",
"news": {
"1.0.3": {
"en": "Corrected empty device list with rebuild",
"de": "Korrigierte leere Geräteliste mit Neuaufbau",
"ru": "Исправлено пустой список устройств с перестраиваем",
"pt": "Lista de dispositivos vazios corrigido com reconstrução",
"nl": "Vertaling:",
"fr": "Correction de la liste des périphériques vides avec reconstruction",
"it": "Elenco dei dispositivi vuoti corretti con ricostruito",
"es": "Lista de dispositivos vacíos corregidos con reconstrucción",
"pl": "Naprawdę puste urządzenie z rekonstrukcją",
"uk": "Виправлено порожній список пристроїв з перебудуванням",
"zh-cn": "改编空装置清单,重建"
},
"1.0.1": {
"en": "we ensured controller 5 compatibility\nFormatting",
"de": "wir sorgten für controller 5 kompatibilität\nFormatierung",
"ru": "мы обеспечили совместимость контроллера 5\nФорматирование",
"pt": "nós asseguramos a compatibilidade do controlador 5\nFormatação",
"nl": "we verzekeren controleur 5 compatibiliteit\nVernietiging",
"fr": "nous assurons la compatibilité du contrôleur 5\nFormatage",
"it": "abbiamo garantito il controllore 5 compatibilità\nFormattazione",
"es": "garantizamos la compatibilidad del controlador 5\nFormato",
"pl": "umożliwiamy kompatybilność kontrolną 5\nFormacja",
"uk": "ми забезпечуємо сумісність контролера 5\nФорматування",
"zh-cn": "我们确保控制的7兼容性\n表格"
},
"0.17.0": {
"en": "Added AVAHI advertiser as default and updated HomeKit Library to improve performance and stability"
},
"0.14.0": {
"en": "Updated HomeKit Library"
},
"0.13.2": {
"en": "Fixed crashes due to changes in used HomeKit Library"
},
"0.13.1": {
"en": "Added ability to switch to legacy advertiser in case devices are showing 'no response' in HomeApp"
},
"0.13.0": {
"en": "Reworked State selection",
"de": "State Selektion überarbeitet"
}
},
"title": "Homekit",
"titleLang": {
"en": "Homekit YAHKA"
},
"desc": {
"en": "yet another Homekit adapter",
"de": "noch ein weiterer Homekit-Adapter",
"ru": "Homekit драйвер",
"pt": "ainda outro adaptador Homekit",
"nl": "nog een andere Homekit-adapter",
"fr": "encore un autre adaptateur Homekit",
"it": "ancora un altro adattatore Homekit",
"es": "otro adaptador para el Homekit",
"pl": "kolejny adapter Homekit",
"zh-cn": "另一款Homekit适配器"
},
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "yahka.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/jensweigele/ioBroker.yahka/master/admin/yahka.png",
"keywords": [
"homekit",
"siri"
],
"readme": "https://github.com/jensweigele/ioBroker.yahka/blob/master/README.md",
"loglevel": "info",
"type": "iot-systems",
"materialize": true,
"compact": true,
"connectionType": "local",
"dataSource": "push",
"osDependencies": {
"linux": [
"libavahi-compat-libdnssd-dev",
"pam-devel"
]
},
"authors": [
{
"name": "Jens Weigele",
"email": "[email protected]"
}
]
},
"native": {
"firstTimeInitialized": false,
"bridge": {
"devices": []
}
},
"objects": [
{
"_id": "yahka.meta._accessoryCategories",
"type": "meta",
"common": {},
"native": {
"1": {
"text": "Other",
"icon": "mif-question"
},
"2": {
"text": "Bridge",
"icon": "mif-tree"
},
"3": {
"text": "Fan",
"icon": "mif-spinner4"
},
"4": {
"text": "Garage door opener",
"icon": "mif-drive-eta"
},
"5": {
"text": "Lightbulb",
"icon": "mif-lamp"
},
"6": {
"text": "Door lock",
"icon": "mif-lock"
},
"7": {
"text": "Outlet",
"icon": "mif-power-cord"
},
"8": {
"text": "Switch",
"icon": "mif-switch"
},
"9": {
"text": "Thermostat",
"icon": "mif-thermometer"
},
"10": {
"text": "Sensor",
"icon": "mif-filter"
},
"11": {
"text": "Alarm system",
"icon": "mif-security"
},
"12": {
"text": "Door",
"icon": "mif-enter"
},
"13": {
"text": "Window",
"icon": "mif-enter"
},
"14": {
"text": "Window covering",
"icon": "mif-hotel"
},
"15": {
"text": "Programmable switch",
"icon": "mif-switch"
},
"16": {
"text": "Range extender",
"icon": "mif-share"
},
"17": {
"text": "Camera",
"icon": "mif-video-camera"
},
"18": {
"text": "VIDEO_DOORBELL",
"icon": "mif-bell"
},
"19": {
"text": "AIR_PURIFIER",
"icon": "mif-air"
},
"20": {
"text": "AIR_HEATER",
"icon": "mif-air"
},
"21": {
"text": "AIR_CONDITIONER",
"icon": "mif-air"
},
"22": {
"text": "AIR_HUMIDIFIER",
"icon": "mif-air"
},
"23": {
"text": "AIR_DEHUMIDIFIER",
"icon": "mif-air"
},
"24": {
"text": "APPLE_TV",
"icon": "mif-display"
},
"25": {
"text": "HOMEPOD",
"icon": "mif-music"
},
"26": {
"text": "SPEAKER",
"icon": "mif-volume-high"
},
"27": {
"text": "AIRPORT",
"icon": "mif-wifi-full"
},
"28": {
"text": "SPRINKLER",
"icon": "mif-water"
},
"29": {
"text": "FAUCET",
"icon": "mif-water"
},
"30": {
"text": "SHOWER_HEAD",
"icon": "mif-water"
},
"31": {
"text": "TELEVISION",
"icon": "mif-display"
},
"32": {
"text": "TARGET_CONTROLLER",
"icon": "mif-gamepad"
},
"33": {
"text": "ROUTER",
"icon": "mif-vpn-publ"
},
"34": {
"text": "AUDIO_RECEIVER",
"icon": "mif-volume-high"
},
"35": {
"text": "TV_SET_TOP_BOX",
"icon": "mif-display"
},
"36": {
"text": "TV_STREAMING_STIC",
"icon": "mif-display"
}
}
}
]
}