-
Notifications
You must be signed in to change notification settings - Fork 3
/
io-package.json
69 lines (66 loc) · 1.82 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
{
"common": {
"name": "pjlink",
"version": "0.1.2",
"title": "PJLink",
"compact": true,
"news": {
"0.1.2": {
"en": "fixed some bugs"
},
"0.1.1": {
"en": "implementing error handling"
},
"0.1.0": {
"en": "first public flight (beta)"
},
"0.0.3": {
"en": "bugfixing"
},
"0.0.2": {
"en": "first run"
},
"0.0.1": {
"en": "Initial version"
}
},
"desc": {
"en": "Adaptor to control PJLink compatible projectors and displays",
"de": "Adaper zur Steuerung von PJLink kompatiblen Projektoren und Displays"
},
"platform": "Javascript/Node.js",
"license": "MIT",
"mode": "daemon",
"icon": "pjlink.png",
"enabled": true,
"messagebox": true,
"subscribe": "messagebox",
"extIcon": "https://raw.githubusercontent.com/oberstel/ioBroker.pjlink/master/admin/pjlink.png",
"keywords": [
"PJLink",
"Projector",
"Display",
"Vivitek", "NEC", "Casio", "Sharp", "Sky", "Sony", "Panasonic", "Hitachi", "Mitsubishi", "Ricoh"
],
"readme": "https://github.com/oberstel/ioBroker.pjlink/README.md",
"loglevel": "info",
"type": "multimedia",
"authors": [
"oberstel <oberstel@gmail.com>"
]
},
"native": {
"host": "192.168.1.13",
"port": 4352,
"password": "",
"polltime": 10000,
"protocol": "class1"
},
"objects": [],
"config": {
"minWidth": 800,
"width ": 1024,
"minHeight": 800,
"height": 900
}
}