-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
91 lines (91 loc) · 3.45 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
{
"common": {
"name": "syslog",
"title": "Syslog client",
"desc": {
"en": "Client syslog",
"de": "Kunde syslog",
"ru": "Клиент syslog"
},
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "Disable notification 'message not found'",
"de": "Deaktivieren Anzeige 'nicht gefunden'",
"ru": "Отключено уведомление о 'не найдено сообщение'"
},
"0.0.4": {
"en": "Small changes",
"de": "Kleine Änderungen",
"ru": "Мелкие изменения"
},
"0.0.3": {
"en": "Added the ability to work on the keyword",
"de": "Hinzugefügt wurde die Fähigkeit, sich auf das Schlüsselwort zu arbeiten",
"ru": "Добавлена возможность работы по ключевым словам"
},
"0.0.2": {
"en": "Added selection of the type of information",
"de": "Hinzugefügt Auswahl der Art von Informationen",
"ru": "Добавлен выбор типа информации"
},
"0.0.1": {
"en": "Start of development",
"de": "Beginn der Entwicklung",
"ru": "Старт разработки"
}
},
"mode": "daemon",
"platform": "Javascript/Node.js",
"loglevel": "info",
"messagebox": true,
"subscribe": "messagebox",
"keywords": ["sql", "logging", "syslog"],
"preserveSettings": "custom",
"supportCustoms": true,
"enabled": true,
"stopBeforeUpdate": true,
"authors": [
"spectrekr <[email protected]>"
],
"license": "MIT",
"readme": "https://github.com/SpectreKr/iobroker.syslog/blob/master/README.md",
"icon": "syslog.png",
"extIcon": "https://github.com/SpectreKr/iobroker.syslog/blob/master/admin/syslog.png",
"type": "communication",
"dependencies": [{"js-controller": ">=0.12.0","admin": ">=1.6.10"}],
"config":{
"minWidth": 570,
"width ": 435,
"minHeight": 200,
"height": 540
}
},
"native": {
"host": "localhost",
"port": 3306,
"user": "",
"password": "",
"dbname": "rsyslog",
"t_emerg": true,
"t_alert": true,
"t_critical": true,
"t_error": true,
"t_warn": true,
"t_notice": false,
"t_info": false,
"t_debug": false,
"keywords": ""
},
"objects": [
{
"_id": "_design/custom",
"language": "javascript",
"views": {
"state": {
"map": "function(doc) { if (doc.type==='state' && (doc.common.custom || doc.common.history)) emit(doc._id, doc.common.custom || doc.common.history) }"
}
}
}
]
}