forked from iobroker-community-adapters/ioBroker.owntracks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
78 lines (78 loc) · 2.37 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
{
"common": {
"name": "owntracks",
"version": "0.3.0",
"title": "OwnTracks adapter",
"desc": {
"en": "ioBroker OwnTracks Adapter",
"de": "ioBroker OwnTracks Adapter",
"ru": "ioBroker OwnTracks драйвер"
},
"news": {
"0.3.0": {
"en": "Fix handling of publish messages",
"de": "Problem in der Abarbeitung von publish-Nachrichten behoben"
},
"0.2.0": {
"en": "added two properties timestamp and datetime",
"de": "Timestamp und datetime sind hinzugefügt",
"ru": "Добавлены время последнего сообщения в разных форматах"
},
"0.1.1": {
"en": "add pictures",
"de": "Unterstützung von Bildern",
"ru": "Возможность добавить иконки"
},
"0.1.0": {
"en": "initial checkin",
"de": "Erste version",
"ru": "первая версия"
}
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "owntracks.png",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.owntracks/master/admin/owntracks.png",
"keywords": [
"owntracks",
"position",
"gps",
"geo"
],
"readme": "https://github.com/ioBroker/ioBroker.owntracks/blob/master/README.md",
"loglevel": "info",
"type": "geoposition",
"authors": [
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
]
},
"native": {
"port": 1883,
"user": "iobroker",
"pass": "",
"secure": false,
"pictures": [],
"bind": "0.0.0.0",
"certPublic": "defaultPublic",
"certPrivate": "defaultPrivate",
"certChained": "",
"leEnabled": false,
"leUpdate": false,
"leCheckPort": 80
},
"objects": [],
"instanceObjects": [
{
"_id": "users",
"type": "channel",
"common": {
"role": "users",
"name": "List of users"
},
"native": {}
}
]
}