-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
85 lines (85 loc) · 2.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
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
{
"common": {
"name": "mashine-monitor",
"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": "Mashine Monitor",
"titleLang": {
"en": "Mashine Monitor",
"de": "Maschinenmonitor",
"ru": "Машинный монитор",
"pt": "Monitor de Máquina",
"nl": "Mashine-monitor",
"fr": "Moniteur de machine",
"it": "Monitor della macchina",
"es": "Monitor de máquina",
"pl": "Monitor maszyny",
"zh-cn": "机器监视器"
},
"desc": {
"en": "Interact with Mashines",
"de": "Interagiere mit Maschinen",
"ru": "Взаимодействие с машинами",
"pt": "Interaja com Mashines",
"nl": "Interactie met Mashines",
"fr": "Interagissez avec Mashines",
"it": "Interagisci con Mashines",
"es": "Interactuar con Mashine",
"pl": "Wejdź w interakcję z maszynami",
"zh-cn": "与 Mashines 互动"
},
"authors": [
"Daniel Grabasch <daniel55555@freenet.de>"
],
"keywords": [
"Maschine metering and messaging"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "mashine-monitor.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/gabbarowski/ioBroker.mashine-monitor/main/admin/mashine-monitor.png",
"readme": "https://github.com/gabbarowski/ioBroker.mashine-monitor/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "iot-systems",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"adminUI": {
"config": "json"
},
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
],
"globalDependencies": [
{
"admin": ">=5.1.28"
}
]
},
"native": {
"observeObject": "",
"observingTime": 0
},
"objects": [],
"instanceObjects": []
}