forked from foxthefox/ioBroker.milight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
72 lines (69 loc) · 2.19 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
{
"common": {
"name": "milight",
"version": "0.1.1",
"news": {
"0.1.1": {
"en": "updated version for v5 testing",
"de": "neue Version für v5 Tests",
"ru": ""
},
"0.1.0": {
"en": "Inital version",
"de": "Erste Version",
"ru": "Ïåðâàÿ âåðñèÿ"
}
},
"title": "milight adapter",
"desc": "ioBroker milight Adapter",
"platform": "Javascript/Node.js",
"mode": "daemon",
"license": "MIT",
"keywords": ["milight", "easybulb", "rgb", "limitlessLED"],
"type": "hardware",
"enabled": true,
"messagebox": 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": "basic",
"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": {}
}
]
}