-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
44 lines (44 loc) · 1.13 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
{
"common": {
"name": "vdr",
"version": "0.0.0",
"news": {
"0.0.0": {
"en": "Starting development",
"de": "Start der Entwicklung"
}
},
"title": "VDR Remote Control Adapter",
"desc": {
"en": "Control VDR (VideoDiskRecorder)",
"de": "Steuert VDR (VideoDiskRecorder)",
"ru": "Control VDR (VideoDiskRecorder)"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "vdr.png",
"license": "MIT",
"loglevel": "debug",
"keywords": [
"ioBroker",
"vdr",
"vdr remote",
"Smart Home",
"home automation"
],
"enabled": false,
"nondeletable": false,
"type": "multimedia",
"authors": [
{
"name": "Stefan Macher",
"email": "[email protected]"
}
]
},
"native": {
"ip": "192.168.1.100",
"port": "8002"
},
"objects": []
}