-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
executable file
·218 lines (218 loc) · 6.16 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"common": {
"name": "moma",
"version": "1.2.9",
"news": {
"1.2.9": {
"en": "code review, package updates, ",
"de": "Code Review, Paket Aktualisierungen, "
},
"1.2.8": {
"en": "new fields[#51], systeminformation 5.6.8",
"de": "Neue Felder[#51], systeminformation 5.6.8"
},
"1.2.7": {
"en": "bugfixing, systeminformation 4.23.6",
"de": "Fehlerbehebung, systeminformation 4.23.6"
},
"1.2.6": {
"en": "bugfixing, precise error location, systeminformation 4.27.10",
"de": "Fehlerbehebung, genauere Fehlerposition, systeminformation 4.27.10"
},
"1.2.5": {
"en": "bugfixing, next stable release",
"de": "Fehlerbehebung, nächste Stable Version"
},
"1.2.4": {
"en": "update dependancies, bugfixing: issue #45",
"de": "Aktualisierung Abhängigkeiten, Fehlerbehebung: issue #45"
},
"1.2.3": {
"en": "bugfixing, cleanup code",
"de": "Fehlerbehebung, Codebereinigung"
},
"1.2.2": {
"en": "ioBroker adapter/controller updates for windows",
"de": "ioBroker Adapter/Controller Updates unter Windows"
},
"1.2.1": {
"en": "bugfixes",
"de": "Fehlerbehebungen"
},
"1.2.0": {
"en": "systeminformation 4.14.1, update adapters & js-controller, dockerInfo, dockerContainers",
"de": "systeminformation 4.14.1, update aller Adapter & des JS-Controllers, dockerInfo, dockerContainers"
},
"1.1.0": {
"en": "Performance optimization, partial fix of issue #24. Check internet latency.",
"de": "Performance-Optimierung, teilw. Fix von Issue #24. Internet-Latenz prüfen"
},
"1.0.0": {
"en": "First release for adapter list 'stable'",
"de": "Erstes Release für die Adapter-Liste 'stable'."
},
"0.1.0": {
"en": "First release for adapter list 'latest'",
"de": "Erstes Release für die Adapter-Liste 'latest'."
},
"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": "Monitoring & Maintenance",
"titleLang": {
"en": "Monitoring and Maintenance",
"de": "Überwachung und Wartung",
"ru": "Мониторинг и обслуживание",
"pt": "Monitoramento e Manutenção",
"nl": "Monitoring en onderhoud",
"fr": "Surveillance et maintenance",
"it": "Monitoraggio e manutenzione",
"es": "Monitoreo y Mantenimiento",
"pl": "Monitorowanie i konserwacja",
"zh-cn": "监控和维护"
},
"desc": {
"en": "The adapter allows monitoring and maintenance of the machine",
"de": "Der Adapter ermöglicht die Überwachung und Wartung der Maschine",
"ru": "Адаптер позволяет контролировать и обслуживать машину",
"pt": "O adaptador permite monitorar e manter a máquina",
"nl": "Met de adapter kan de machine worden bewaakt en onderhouden",
"fr": "L'adaptateur permet la surveillance et la maintenance de la machine",
"it": "L'adattatore consente il monitoraggio e la manutenzione della macchina",
"es": "El adaptador permite el seguimiento y mantenimiento de la máquina.",
"pl": "Adapter umożliwia monitorowanie i konserwację maszyny",
"zh-cn": "适配器允许监视和维护机器"
},
"authors": [
"AWhiteKnight <[email protected]>"
],
"keywords": [
"monitoring",
"maintenance",
"systeminfo"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "moma.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/AWhiteKnight/ioBroker.moma/master/admin/moma.png",
"readme": "https://github.com/AWhiteKnight/ioBroker.moma/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "general",
"compact": true,
"materialize": true,
"materializeTab": true,
"adminTab": {
"singleton": true,
"name": {
"en": "MoMa",
"de": "MoMa",
"ru": "MOMA",
"pt": "MoMa",
"nl": "MoMa",
"fr": "MoMa",
"it": "MoMa",
"es": "MoMa",
"pl": "MoMa",
"zh-cn": "MOMA"
},
"link": "",
"fa-icon": "info"
},
"messagebox": true,
"dependencies": [
{
"admin": ">=4.2.0"
},
{
"js-controller": ">=3.2.0"
}
],
"connectionType": "local",
"dataSource": "poll"
},
"native": {
"i0": true,
"interval0": 1,
"i1": true,
"interval1": 10,
"i2": true,
"interval2": 1,
"i3": true,
"interval3": 1,
"i4": true,
"interval4": 1
},
"objects": [
{
"_id": "moma",
"type": "meta",
"common": {
"name": "moma",
"type": "meta"
}
},
{
"_id": "moma.meta",
"parent": "moma",
"type": "meta",
"common": {
"name": "moma metadata",
"type": "meta.user"
}
},
{
"_id": "moma.meta.hosts",
"parent": "moma.meta",
"type": "device",
"common": {
"name": "list of all connected hosts",
"type": "meta.user"
}
}
],
"instanceObjects": [
{
"_id": "",
"type": "meta",
"common": {
"name": "",
"type": "meta.user"
},
"native": {}
},
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}