-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathio-package.json
165 lines (165 loc) · 5.5 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"common": {
"name": "tractive-gps",
"version": "0.1.2",
"news": {
"0.1.2": {
"en": "Dependencies updated\nUI updated",
"de": "Abhängigkeiten aktualisiert\nUI aktualisiert",
"ru": "Обновлены зависимости\nОбновлен пользовательский интерфейс",
"pt": "Dependências actualizadas\nUI actualizado",
"nl": "Afhankelijkheden bijgewerkt\nUI bijgewerkt",
"fr": "Dépendances mises à jour\nMise à jour de l'interface utilisateur",
"it": "Dipendenze aggiornate\nInterfaccia utente aggiornata",
"es": "Dependencias actualizadas\nInterfaz de usuario actualizada",
"pl": "Zależności zaktualizowane\nUaktualniony interfejs użytkownika",
"uk": "Оновлені залежності\nОновлений інтерфейс користувача",
"zh-cn": "更新了依赖性\n更新了用户界面"
},
"0.1.1": {
"en": "Dependencies updated",
"de": "Abhängigkeiten aktualisiert",
"ru": "Обновление зависимостей",
"pt": "Dependências atualizadas",
"nl": "Afhankelijkheden bijgewerkt",
"fr": "Dépendances mises à jour",
"it": "Dipendenze aggiornate",
"es": "Dependencias actualizadas",
"pl": "Zależności zaktualizowane",
"uk": "Залежності оновлено",
"zh-cn": "依赖项已更新"
},
"0.1.0": {
"en": "first release",
"de": "erste veröffentlichung",
"ru": "первый релиз",
"pt": "primeiro lançamento",
"nl": "eerste vrijlating",
"fr": "première version",
"it": "primo rilascio",
"es": "primera liberación",
"pl": "pierwsze wydanie",
"uk": "перший реліз",
"zh-cn": "首次释放"
}
},
"title": "Tractive GPS",
"titleLang": {
"en": "Tractive GPS",
"de": "Tractive GPS",
"ru": "Tractive GPS",
"pt": "Tractive GPS",
"nl": "Tractive GPS",
"fr": "Tractive GPS",
"it": "Tractive GPS",
"es": "Tractive GPS",
"pl": "Tractive GPS",
"uk": "Tractive GPS",
"zh-cn": "Tractive GPS"
},
"desc": {
"en": "This adapter allows you to connect to the Tractive GPS service and retrieve the location of your pets.",
"de": "Mit diesem Adapter können Sie eine Verbindung zum Tractive-GPS-Dienst herstellen und den Standort Ihrer Haustiere abrufen.",
"ru": "Этот адаптер позволяет подключиться к службе Tractive GPS и получить данные о местонахождении ваших питомцев.",
"pt": "Este adaptador permite-lhe ligar-se ao serviço Tractive GPS e recuperar a localização dos seus animais de estimação.",
"nl": "Met deze adapter kunt u verbinding maken met de Tractive GPS service en de locatie van uw huisdieren opvragen.",
"fr": "Cet adaptateur vous permet de vous connecter au service GPS Tractive et de récupérer la localisation de vos animaux domestiques.",
"it": "Questo adattatore consente di connettersi al servizio Tractive GPS e recuperare la posizione dei tuoi animali domestici.",
"es": "Este adaptador le permite conectarse al servicio Tractive GPS y recuperar la ubicación de sus mascotas.",
"pl": "Ten adapter pozwala połączyć się z usługą Tractive GPS i otrzymać lokalizację swoich zwierząt.",
"uk": "Цей адаптер дозволяє підключитися до служби Tractive GPS і отримати місцезнаходження ваших тварин.",
"zh-cn": "此适配器允许您连接到Tractive GPS服务并检索您的宠物的位置。"
},
"authors": ["xXBJXx <[email protected]>"],
"keywords": ["tractive", "gps", "geoposition", "geolocation", "tracking", "dog", "cat", "pet"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "tractive-gps.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/xXBJXx/ioBroker.tractive-gps/main/admin/tractive-gps.png",
"readme": "https://github.com/xXBJXx/ioBroker.tractive-gps/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "geoposition",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materializeTab": true,
"messagebox": true,
"singleton": true,
"stopBeforeUpdate": true,
"adminUI": {
"config": "materialize",
"tab": "materialize"
},
"adminTab": {
"singleton": true,
"name": {
"en": "Tractive GPS",
"de": "Tractive GPS",
"ru": "Tractive GPS",
"pt": "Tractive GPS",
"nl": "Tractive GPS",
"fr": "Tractive GPS",
"it": "Tractive GPS",
"es": "Tractive GPS",
"pl": "Tractive GPS",
"uk": "Tractive GPS",
"zh-cn": "Tractive GPS"
},
"link": "",
"fa-icon": "info"
},
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
"plugins": {
"sentry": {
"dsn": "https://[email protected]/4504555481530368"
}
},
"protectedNative": [],
"native": {
"interval": 60,
"email": "",
"password": "",
"access_token": "",
"expires_at": 0,
"user_id": "",
"nameArray": []
},
"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": {}
}
]
}