forked from schmupu/ioBroker.contactid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
65 lines (65 loc) · 1.73 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
{
"common": {
"name": "contactid",
"version": "0.1.2",
"news": {
"0.1.2": {
"en": "improvements",
"de": "Verbesserungen"
},
"0.1.1": {
"en": "Lupusec XT1+,XT2+ and XT3 added",
"de": "Lpussec XT1+,XT2+ und XT3 Untertützung"
},
"0.1.0": {
"en": "First Beta version",
"de": "Erste Beta Version"
},
"0.0.6": {
"en": "Bug Fixing",
"de": "Fehlerbehebung"
},
"0.0.5": {
"en": "fixed error in drop down menu",
"de": "Fehlerbehebung Drop-Down Menue"
},
"0.0.4": {
"en": "Code improvement",
"de": "Anpassungen an der Entwicklung"
}
},
"title": "Contact ID Server für Alarmanlagen",
"titleLang": {
"en": "Contact ID server for burglar alarms",
"de": "Contact ID Server für Alarmanlagen"
},
"desc": {
"en": "ioBroker Contact ID server for burglar alarms",
"de": "ioBroker Contact ID Server für Alarmanlagen"
},
"authors": [
"Thorsten Stueben <[email protected]>"
],
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "contactid.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/schmupu/ioBroker.contactid/master/admin/contactid.png",
"keywords": ["contactid", "lupusec", "burglar", "alarm", "contactid"],
"readme": "https://github.com/schmupu/ioBroker.contactid/blob/master/README.md",
"loglevel": "info",
"type": "alarm",
"restartAdapters": []
},
"native": {
"port": 50000,
"bind": "0.0.0.0",
"keys": [{
"subscriber": "test",
"alarmsystem": "lupusec_xt2"
}]
},
"objects": [],
"instanceObjects": []
}