forked from LightYarn/ioBroker.ventcubecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
53 lines (51 loc) · 1.27 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
{
"common": {
"name": "ventcubecontrol",
"main" : "main.js",
"version": "0.1.5",
"title": "ventcubecontrol",
"titleLang": "VentCube Control",
"desc": {
"en": "VentCube Control",
"de": "VentCube Control",
"ru": "VentCube Control",
"pt": "VentCube Control",
"nl": "VentCube Control",
"fr": "VentCube Control",
"it": "VentCube Control",
"es": "VentCube Control",
"pl": "VentCube Control",
"zh-cn": "VentCube Control"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"loglevel": "info",
"icon": "smartCube.png",
"materialize": true,
"compact": true,
"enabled": true,
"extIcon": "",
"keywords":
[
"VentCube",
"Schwoerer", "Schwörer"
],
"news":
{
},
"readme": "",
"type": "climate-control",
"license": "MIT",
"authors": [{
"name": "LightYarn",
"email": ""
}]
},
"native":
{
"ventCubeIP": "192.168.0.0",
"refreshRate": 5
},
"objects": [],
"instanceObjects": []
}