-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathio-package.json
108 lines (108 loc) · 3.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
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
{
"common": {
"name": "find-my-iphone",
"version": "0.2.17",
"title": "Find my iPhone",
"news": {
"0.2.17": {
"en": "required soef version incr. to 0.4.0",
"de": "erforderliche soef Version auf 0.4.0 erhöht"
},
"0.2.15": {
"en": "typo fixed (cernst1980)",
"de": "Tippfehler korrigirt (cernst1980)"
},
"0.2.14": {
"en": "update basic package-file testing (Apollon77)",
"de": "Erweiterung der Tests (Apollon77)"
},
"0.2.12": {
"en": "node 0.12 removed from testing",
"de": "node 0.12 auf testing entfernt"
},
"0.2.11": {
"en": "Enhance CI testing",
"de": "CI testing erweitert"
},
"0.2.10": {
"en": "schduled adapter restart",
"de": "geplanter Neustart"
},
"0.2.9": {
"en": "fix possible error in two step authentication",
"de": "Möglichen Fehler in zwei Faktor Authentisierung behoben"
},
"0.2.8": {
"en": "changed role of long/lat to gps",
"de": "Rolle von Längen/breitengrad zu gps geändert"
},
"0.2.7": {
"en": "Now using longitude & latitude from system configuration",
"de": "Es werden nun die koordinaten der Systemeinstellung verwendet"
},
"0.2.6": {
"en": "Version incremented for npm",
"de": "Version fürnpm erhöht"
},
"0.2.5": {
"en": "Some changes for use with node 0.10.x and 0.12.x",
"de": "Einige Änderungen zur Nutzung mit node 0.10.x und 0.12.x"
},
"0.2.4": {
"en": "Various error corrections",
"de": "Diverse Fehlerkorrekturen"
},
"0.1.7": {
"en": "Workaround for Two-step verification",
"de": "Workaround für Zwei-Faktor-Authentisierung"
},
"0.1.6": {
"en": "Relogin, if sending a request fails",
"de": "Erneutes Login, wenn das Senden fehlschlägt"
},
"0.1.3": {
"en": "Function for Lost Mode added",
"de": "Funktion Mode Verloren hinzugefügt"
},
"0.1.0": {
"en": "Typo fix for text of alert message",
"de": "Tipfehler bezüglich Text der Alert Nachricht"
}
},
"desc": {
"en": "Find my Apple device (iPhone, iPad, iMac...)",
"de": "Find my Apple device (iPhone, iPad, iMac...)",
"ru": "Find my Apple device (iPhone, iPad, iMac...)"
},
"keywords": [
"ioBroker",
"Apple",
"iPhone",
"iPad",
"macBook",
"MacMini",
"iMac"
],
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "find-my-iphone.png",
"extIcon": "https://raw.githubusercontent.com/soef/iobroker.find-my-iphone/master/admin/find-my-iphone.png",
"readme": "https://github.com/soef/iobroker.find-my-iphone/blob/master/README.md",
"loglevel": "info",
"type": "geoposition",
"messagebox": true,
"enabled": true,
"authors": [
{
"name": "soef",
"email": "[email protected]"
}
]
},
"native": {
"username": "",
"password": ""
},
"instanceObjects": [],
"objects": []
}