-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathio-package.json
198 lines (198 loc) · 4.73 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
{
"common": {
"name": "mihome-lamp",
"version": "1.1.0",
"news": {
"1.1.0": {
"en": "added token to config",
"de": "Token zur Konfiguration hinzugefügt",
"ru": "добавлен токен в конфигурацию",
"pt": "token adicionado à configuração",
"nl": "token toegevoegd aan config",
"fr": "jeton ajouté à config",
"it": "aggiunto token alla configurazione",
"es": "token añadido a la configuración",
"pl": "dodano token do konfiguracji"
},
"0.1.0": {
"en": "Version update",
"de": "Version erhöht",
"ru": "Первая версия"
},
"0.0.1": {
"en": "Inital version",
"de": "Erste Version",
"ru": "Первая версия"
}
},
"title": "Xiaomi Desk Lamp Adapter (Wifi)",
"titleLang": {
"en": "Xiaomi desk lamp (Wifi) control",
"de": "Xiaomi Schreibtischlampe (Wifi) steuern",
"ru": "Настольная лампа Xiaomi (Wifi)",
"pt": "Controle de lâmpada de mesa Xiaomi (Wifi)",
"nl": "Xiaomi bureaulamp (wifi) bediening",
"fr": "Lampe de bureau Xiaomi (Wifi)",
"it": "Controllo della lampada da tavolo Xiaomi (Wifi)",
"es": "Control de lámpara de escritorio Xiaomi (Wifi)",
"pl": "Sterowanie lampą biurkową Xiaomi (Wifi)"
},
"desc": {
"en": "This Adapter switch the Xiaomi Desk Lamp (Wifi not Yeelight)",
"de": "Dieser Adapter schaltet die Xiaomi Schreibtischlampe (Wifi nicht Yeelight)",
"ru": "Этот адаптер переключает настольную лампу Xiaomi (Wifi not Yeelight)",
"pt": "Este adaptador interruptor da lâmpada de mesa xiaomi (wi-fi não yeelight)",
"nl": "Deze adapter schakelt de Xiaomi Desk Lamp (Wifi niet Yeelight)",
"fr": "Cet adaptateur allume la lampe de bureau Xiaomi (Wifi non Yeelight)",
"it": "Questo adattatore cambia la lampada da scrivania Xiaomi (Wifi non Yeelight)",
"es": "Este adaptador cambia la lámpara de escritorio Xiaomi (Wifi not Yeelight)",
"pl": "Ten adapter przełącza lampę biurkową Xiaomi (Wifi nie Yeelight)"
},
"authors": [
"MeisterTR <[email protected]>"
],
"materialize": true,
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"loglevel": "info",
"icon": "mihome-lamp.png",
"webExtension": "lib/mihome-lamp.js",
"readme": "https://github.com/MeisterTR/ioBroker.mihome-lamp/blob/master/README.md",
"keywords": [
"url",
"html",
"file",
"mihome-lamp"
],
"extIcon": "https://raw.githubusercontent.com/MeisterTR/ioBroker.mihome-lamp/master/admin/mihome-lamp.png",
"type": "lighting",
"config": {
"minWidth": 800,
"width ": 1224
}
},
"native": {
"port": 54321,
"ownPort": 53423,
"pingInterval": 20000,
"token": "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
},
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to Lamp",
"type": "boolean",
"read": true
},
"native": {}
},
{
"_id": "power",
"type": "state",
"common": {
"name": "Lamp power",
"type": "boolean",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "bright",
"type": "state",
"common": {
"name": "Lamp brightness",
"type": "number",
"read": true,
"write": true,
"unit": "%",
"max": 100
},
"native": {}
},
{
"_id": "notifystatus",
"type": "state",
"common": {
"name": "Notify status",
"type": "boolean",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "ambstatus",
"type": "state",
"common": {
"name": "Amb status",
"type": "boolean",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "eyecare",
"type": "state",
"common": {
"name": "Set eyecare",
"type": "boolean",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "bls",
"type": "state",
"common": {
"name": "Night light",
"type": "boolean",
"read": true,
"write": true,
"role": "state"
},
"native": {}
},
{
"_id": "scene_num",
"type": "state",
"common": {
"name": "Scene",
"type": "number",
"read": true,
"write": true,
"max": 5
},
"native": {}
},
{
"_id": "dvalue",
"type": "state",
"common": {
"name": "Off timer",
"type": "number",
"read": true,
"write": true
},
"native": {}
}
]
}