-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
109 lines (109 loc) · 3.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
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
{
"common": {
"name": "molohub",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "molohub",
"titleLang": {
"en": "molohub",
"de": "Molohub",
"ru": "molohub",
"pt": "molohub",
"nl": "molohub",
"fr": "molohub",
"it": "molohub",
"es": "Molohub",
"pl": "molohub",
"zh-cn": "molohub"
},
"desc": {
"en": "Connect to ioBroker outside",
"de": "Stellen Sie eine Verbindung zu ioBroker außerhalb her",
"ru": "Подключиться к ioBroker снаружи",
"pt": "Conecte-se ao ioBroker fora",
"nl": "Maak een verbinding met ioBroker buiten",
"fr": "Connectez-vous à ioBroker à l'extérieur",
"it": "Connetti a ioBroker all'esterno",
"es": "Conectar a ioBroker fuera",
"pl": "Połącz się z ioBroker na zewnątrz",
"zh-cn": "在外面连接到ioBroker"
},
"authors": [
"SchumyHao <[email protected]>"
],
"keywords": [
"reverse-proxy",
"molohub"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "molohub.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/smarthomefans/ioBroker.molohub/master/admin/molohub.png",
"readme": "https://github.com/smarthomefans/ioBroker.molohub/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "communication",
"compact": true,
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"port": 8082
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to Molohub cloud",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "info.seed",
"type": "state",
"common": {
"role": "text",
"name": "The seed needed to connect to Molohub",
"type": "string",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}