You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.4 KiB

{
"common": {
"name": "owntracks",
"version": "0.3.0",
"title": "OwnTracks adapter",
"desc": {
"en": "yunkong2 OwnTracks Adapter",
"de": "yunkong2 OwnTracks Adapter",
"ru": "yunkong2 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://git.spacen.net/yunkong2/yunkong2.owntracks/raw/master/admin/owntracks.png",
"keywords": [
"owntracks",
"position",
"gps",
"geo"
],
"readme": "https://git.spacen.net/yunkong2/yunkong2.owntracks/blob/master/README.md",
"loglevel": "info",
"type": "geoposition",
"authors": [
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
]
},
"native": {
"port": 1883,
"user": "yunkong2",
"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": {}
}
]
}