-
Notifications
You must be signed in to change notification settings - Fork 8
/
io-package.json
173 lines (170 loc) · 6.41 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
{
"common": {
"name": "milight",
"version": "0.4.0",
"news": {
"0.4.0":{
"en": "change tp compact mode",
"de": "Wechseln Sie in den Kompaktmodus",
"ru": "перейти в компактный режим",
"pt": "mudar para o modo compacto",
"nl": "verander naar compacte modus",
"fr": "passer en mode compact",
"it": "passare alla modalità compatta",
"es": "cambiar al modo compacto",
"pl": "przejdź do trybu kompaktowego"
},
"0.3.6":{
"en": "update to newest library ",
"de": "Update auf die neueste Bibliothek",
"ru": "обновить до новейшей библиотеки",
"pt": "atualizar para a mais nova biblioteca",
"nl": "update naar de nieuwste bibliotheek",
"fr": "mise à jour vers la plus récente bibliothèque",
"it": "aggiornare alla libreria più recente",
"es": "actualizar a la biblioteca más nueva",
"pl": "zaktualizuj do najnowszej biblioteki"
},
"0.3.5":{
"en": "nightModeSwitch added",
"de": "nightModeSwitch hinzugefügt",
"ru": "Добавлена функция nightModeSwitch",
"pt": "nightModeSwitch adicionado",
"nl": "nightModeSwitch toegevoegd",
"fr": "nightModeSwitch ajouté",
"it": "nightModeSwitch aggiunto",
"es": "nightModeSwitch agregado",
"pl": "Dodano opcję nightModeSwitch"
},
"0.3.4": {
"en": "adminv3 implementation",
"de": "adminv3-Implementierung",
"ru": "реализация adminv3",
"pt": "implementação administrativa",
"nl": "adminv3-implementatie",
"fr": "implémentation d'adminv3",
"it": "implementazione adminv3",
"es": "Implementación de adminv3",
"pl": "Implementacja administrv3"
},
"0.3.3": {
"en": "state after OFF/ON, v6 widget improvement",
"de": "Nachführung state nach OFF/ON, v6 widget Verbesserung"
},
"0.3.2": {
"en": "added widget for CW/WW V4",
"de": "neues widget für CW/WW V4"
},
"0.3.1": {
"en": "added checking of method before call",
"de": "neue Prüfung der Methode vor dem Aufruf"
},
"0.3.0": {
"en": "added white, rgb bulb, corrections",
"de": "neue Lampen weiß, rgb, Korrekturen"
},
"0.2.2": {
"en": "debug messages",
"de": "debug Meldungen"
},
"0.2.1": {
"en": "debug messages",
"de": "debug Meldungen"
},
"0.2.0": {
"en": "discovery for v6",
"de": "Autoerkennung für v6",
"ru": "Автопоиск устройств для v6"
},
"0.1.1": {
"en": "updated version for v5 testing",
"de": "neue Version für v5 Tests",
"ru": "новая версия для v5 тестов"
},
"0.1.0": {
"en": "Inital version",
"de": "Erste Version",
"ru": "Первая версия"
}
},
"authors": [
"foxthefox <[email protected]>",
"bluefox <[email protected]>"
],
"title": "milight",
"titleLang": {
"en": "milight",
"de": "Milight",
"ru": "переходник",
"pt": "milight",
"nl": "milight",
"fr": "milight",
"it": "milight",
"es": "Milight",
"pl": "milowy"
},
"desc": {
"en": "milight lamp adaptor",
"de": "milight lampenadapter",
"ru": "адаптер для лампы",
"pt": "adaptador de lâmpada milight",
"nl": "licht lamp adapter",
"fr": "adaptateur de lampe milight",
"it": "adattatore della lampada del milight",
"es": "adaptador de lámpara milight",
"pl": "adapter lampy Milight",
"zh-cn": "milight灯适配器"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"license": "MIT",
"keywords": ["milight", "easybulb", "rgb", "limitlessLED"],
"type": "lighting",
"enabled": true,
"messagebox": true,
"materialize": true,
"compact": true,
"icon": "easybulb_logo.png",
"extIcon": "https://raw.githubusercontent.com/foxthefox/ioBroker.milight/master/admin/easybulb_logo.png",
"readme": "https://github.com/foxthefox/ioBroker.milight/blob/master/README.md",
"loglevel": "info",
"restartAdapters": ["vis"]
},
"native": {
"version": "6",
"delayBetweenCommands": "100",
"commandRepeat": "1",
"ip": "",
"port": "5987",
"zone1": "RGBW",
"zone2": "RGBW",
"zone3": "RGBW",
"zone4": "RGBW",
"v5onFullBright": false
},
"objects": [
],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to MiLight gateway",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}