forked from TKnpl/ioBroker.divera247
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
103 lines (103 loc) · 2.56 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
{
"common": {
"name": "divera247",
"version": "0.0.7",
"news": {
"0.0.7": {
"en": "added object priority and alarm object updates only in case of an new alarm or when an alarm was closed",
"de": "Objekt Priorität/Sonderrechte hinzugefügt und Alarm wird nur noch bei neuem oder Schließung eines Alarms aktualisiert"
},
"0.0.6": {
"en": "state handling while active alarm and connection check improved, fixed object types",
"de": "state handling bei aktivem Alarm und connection check verbessert, Fehler bei Objekttypen behoben"
},
"0.0.5": {
"en": "fixed io-package news issue",
"de": "io-package news Anforderungen nachgepflegt"
},
"0.0.4": {
"en": "Connection check to api improved, added timestamp of latest alert",
"de": "API-Verbindungs-Check verbesserunt, Alarmieringszeitstempel hinzugefügt"
},
"0.0.3": {
"en": "added title, text, address, latitude, longitude, general formatting",
"de": "Einsatzstichwort, Meldungstext, Adresse, Längengrad und Breitengrad hinzugefügt"
},
"0.0.2": {
"en": "adjusted translation",
"de": "Übersetzung verbessert"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung"
}
},
"title": "Divera 24/7",
"titleLang": {
"en": "Divera 24/7",
"de": "Divera 24/7"
},
"desc": {
"en": "Adapter for the alerting software Divera 24/7",
"de": "Adapter zur Alarmierungssoftware Divera 24/7"
},
"authors": [
"tknpl <[email protected]>"
],
"author": {
"name": "TKnpl",
"email": "[email protected]"
},
"keywords": [
"divera",
"alarm"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "divera247.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/TKnpl/ioBroker.divera247/master/admin/divera247.png",
"readme": "https://github.com/TKnpl/ioBroker.divera247/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "alarm",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
]
},
"native": {
"option1": true,
"option2": "42"
},
"objects": [],
"instanceObjects": [
{
"_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": {}
}
]
}