-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
121 lines (121 loc) · 4.38 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
{
"common": {
"name": "hueemu",
"version": "0.0.4",
"news": {
"0.0.4": {
"en": "Configuration of upnp port allowed",
"de": "Konfiguration des upnp-Ports erlaubt",
"ru": "Конфигурация входного порта разрешена",
"pt": "Configuração de porta upnp permitida",
"nl": "Configuratie van upnp-poort toegestaan",
"fr": "Configuration du port upnp autorisée",
"it": "Configurazione della porta upnp consentita",
"es": "Se permite la configuración del puerto upnp",
"pl": "Konfiguracja dozwolonego portu wejściowego",
"zh-cn": "允许配置upnp端口"
},
"0.0.3": {
"en": "Picked correct network interface if multiple are available",
"de": "Korrekte Netzwerkschnittstelle ausgewählt, falls mehrere verfügbar sind",
"ru": "Выбран правильный сетевой интерфейс, если их несколько.",
"pt": "Escolhido o interface de rede correcto se houver múltiplos disponíveis",
"nl": "De juiste netwerkinterface gekozen als er meerdere beschikbaar zijn",
"fr": "Choix de la bonne interface réseau si plusieurs sont disponibles",
"it": "Scelta dell'interfaccia di rete corretta se sono disponibili più interfacce",
"es": "Escogió la interfaz de red correcta si hay varias disponibles",
"pl": "Wybierz prawidłowy interfejs sieciowy, jeśli dostępnych jest wiele opcji",
"zh-cn": "如果有多个可用网络接口,则选择正确的网络接口"
},
"0.0.2": {
"en": "Improve handling missing state keys",
"de": "Verbessern Sie die Handhabung fehlender Zustandsschlüssel ",
"ru": "Улучшение работы с отсутствующими государственными ключами",
"pt": "Melhorar o manuseamento das chaves de estado em falta",
"nl": "Verbeteren van de afhandeling van ontbrekende statussleutels",
"fr": "Améliorer le traitement des clés d'état manquantes",
"it": "Migliorare la gestione delle chiavi di stato mancanti",
"es": "Mejorar el manejo de las llaves de estado faltantes",
"pl": "Lepsza obsługa brakujących kluczy stanu",
"zh-cn": "改进处理丢失的状态键"
},
"0.0.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",
"zh-cn": "首次出版"
}
},
"title": "Hue-Emu",
"titleLang": {
"en": "Hue-Emu",
"de": "Hue-Emu",
"ru": "Hue-Emu",
"pt": "Hue-Emu",
"nl": "Hue-Emu",
"fr": "Hue-Emu",
"it": "Hue-Emu",
"es": "Hue-Emu",
"pl": "Hue-Emu",
"zh-cn": "Hue-Emu"
},
"desc": {
"en": "Simulate a Hue-Bridge with self created lights.",
"de": "Simulieren einer Hue-Bridge mit selbst erstellten Lichtern.",
"ru": "Моделируйте мост Хью-Бридж с помощью самосозданного света.",
"pt": "Simular um Hue-Bridge com luzes auto-criadas.",
"nl": "Simuleer een Hue-Bridge met zelfgemaakte lichten.",
"fr": "Simulez un pont de teinte avec des lumières créées par vous-même.",
"it": "Simulare un Hue-Bridge con luci autocostruite.",
"es": "Simular un Hue-Bridge con luces creadas por uno mismo.",
"pl": "Symuluj Hue-Bridge'a za pomocą samodzielnie stworzonych świateł.",
"zh-cn": "用自创建的灯光模拟色相桥"
},
"authors": [
"Christopher Holomek <[email protected]>"
],
"keywords": [
"ioBroker",
"Hue",
"Smart Home",
"home automation"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "hue-emu-logo.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/holomekc/ioBroker.hueemu/master/admin/hue-emu-logo.png",
"readme": "https://github.com/holomekc/ioBroker.hueemu/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "lighting",
"compact": true,
"materialize": true,
"supportCustoms": true,
"connectionType ": "local",
"dataSource": "push",
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"host": "192.168.178.10",
"port": "8080",
"discoveryHost": "192.168.178.10",
"discoveryPort": "8080",
"udn": "",
"mac": "",
"upnpPort": "1900"
},
"objects": [],
"instanceObjects": []
}