-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
45 lines (44 loc) · 1.21 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
{
"common": {
"name": "kmcanio",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial adapter"
}
},
"title": "KM CAN-Bus IO Modules",
"titleLang": {
"en": "Interface with KM CAN IO Modules"
},
"desc": {
"en": "Interface with KM CAN IO Modules"
},
"authors": [
"M.Eng. Franz Kaiser <franz.kaiser@kaiser-mechatronik.de>"
],
"docs": {
"en": "docs/en/admin.md"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "kmcanio.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/kais0r/ioBroker.kmcanio/master/admin/kmcanio.png",
"keywords": ["kmcanio", "vis", "GUI", "graphical", "scada"],
"readme": "https://github.com/kais0r/ioBroker.kmcanio/blob/master/README.md",
"loglevel": "info",
"type": "general",
"license": "MIT",
"messagebox": false,
"restartAdapters": ["vis"]
},
"native": {
"test1": true,
"test2": 42,
"mySelect": "auto"
},
"objects": [
]
}