-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
81 lines (81 loc) · 2.88 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
{
"common": {
"name": "instance-watcher",
"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",
"uk": "initial release",
"zh-cn": "首次出版"
}
},
"titleLang": {
"en": "Instance Watcher",
"de": "Instance Watcher",
"ru": "Наблюдатель экземпляров",
"pt": "Observador de instância",
"nl": "Instantiebewaking",
"fr": "Observateur d'instance",
"it": "Osservatore di istanze",
"es": "Vigilante de instancias",
"pl": "Obserwator instancji",
"uk": "Instance Watcher",
"zh-cn": "实例观察者"
},
"desc": {
"en": "Watchdog for adapter instances",
"de": "Watchdog für Adapterinstanzen",
"ru": "Сторожевой таймер для экземпляров адаптера",
"pt": "Watchdog para instâncias do adaptador",
"nl": "Watchdog voor adapterinstanties",
"fr": "Chien de garde pour les instances d'adaptateur",
"it": "Watchdog per le istanze dell'adattatore",
"es": "Watchdog para instancias de adaptador",
"pl": "Watchdog dla instancji adaptera",
"uk": "Watchdog for adapter instances",
"zh-cn": "适配器实例的看门狗"
},
"authors": ["Acgua <no@mail.com>"],
"keywords": ["instance", "watcher", "watchdog", "schedule", "daemon"],
"license": "Apache-2.0",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "instance-watcher.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Acgua/ioBroker.instance-watcher/main/admin/instance-watcher.png",
"readme": "https://github.com/Acgua/ioBroker.instance-watcher/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "misc-data",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"globalDependencies": [
{
"admin": ">=5.1.25"
}
],
"dependencies": [
{
"js-controller": ">=3.0.0"
}
]
},
"native": {
"blacklist": "",
"maxlog_summary": 100,
"maxlog_inst": 100,
"queue_delay": 1000
},
"objects": [],
"instanceObjects": []
}