This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathio-package.json
145 lines (145 loc) · 4.16 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
{
"common": {
"name": "boschindego",
"version": "0.9.17",
"news": {
"0.9.17": {
"en": "Bugfixes. Bosch API Changes",
"de": "Bugfixes. Bosch API Changes"
},
"0.9.15": {
"en": "Bugfixes.",
"de": "Bugfixes."
},
"0.9.14": {
"en": "Bugfixes.",
"de": "Bugfixes."
},
"0.9.13": {
"en": "Bugfixes.",
"de": "Bugfixes."
},
"0.9.12": {
"en": "Request efficency with longpolling. Battery optimizations.",
"de": "Effizientere Serverabfragen. Akku optimierungen."
},
"0.9.11": {
"en": "Added Alerts, state refresh ( credits: withstu )",
"de": "Benachrichtigungen und manuelles Status update ( credits: withstu )"
},
"0.9.10": {
"en": "Bugfix",
"de": "Bugfix"
},
"0.9.9": {
"en": "Bot deep sleep mode during night time added.",
"de": "Tiefschlaf Modus während der Nacht hinzugefügt."
},
"0.9.8": {
"en": "Optimized map updates",
"de": "Kartenaktualisierung verbessert."
},
"0.9.7": {
"en": "Bugfix",
"de": "Bugfix"
},
"0.9.6": {
"en": "Optimized map updates",
"de": "Kartenaktualisierung verbessert."
},
"0.9.5": {
"en": "Added operationData, including often requested battery percentage.",
"de": "Datenpunkt operationData hinzugefügt. Oft angefrage battery percentage hinzugefügt."
},
"0.9.4": {
"en": "Reconnect after network problems. Connection Status indicator in info.connection object.",
"de": "Neuverbindung nach Netzwerkproblemen. Verbindungsstatus in info.connection Objekt."
},
"0.9.3": {
"en": "Bugfix for mow, pause, goHome commands.",
"de": "Bugfix für mow, pause, goHome commands."
},
"0.9.2": {
"en": "mapSVGwithIndego now has a transparent background.'",
"de": "'mapSVGwithIndego hat jetzt einen transparenten Hintergrund."
},
"0.9.1": {
"en": "Added 'unknown state' message'",
"de": "'unknown state' Ausgabe hinzugefügt"
},
"0.9.0": {
"en": "initial beta release",
"de": "Erstveröffentlichung beta",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Bosch Indego",
"titleLang": {
"en": "Bosch Indego",
"de": "Bosch Indego",
"ru": "Bosch Indego",
"pt": "Bosch Indego",
"nl": "Bosch Indego",
"fr": "Bosch Indego",
"it": "Bosch Indego",
"es": "Bosch Indego",
"pl": "Bosch Indego",
"zh-cn": "Bosch Indego"
},
"desc": {
"en": "Connects to Bosch Indego Cloud, controls your mower.",
"de": "Verbindet sich mit der Bosch Indego Cloud und steuert Ihren Mäher.",
"ru": "Подключается к Bosch Indego Cloud, управляет вашей косилкой.",
"pt": "Conecta-se ao Bosch Indego Cloud, controla seu cortador.",
"nl": "Maakt verbinding met Bosch Indego Cloud, bestuurt uw maaier.",
"fr": "Se connecte à Bosch Indego Cloud, contrôle votre tondeuse.",
"it": "Si collega a Bosch Indego Cloud, controlla il tuo rasaerba.",
"es": "Se conecta a Bosch Indego Cloud, controla su cortacésped.",
"pl": "Łączy się z chmurą Bosch Indego, steruje kosiarką.",
"zh-cn": "连接到Bosch Indego Cloud,控制割草机。"
},
"authors": [
"Markus Boltersdorf <mboltersdorf@a1development.net>"
],
"keywords": [
"bosch",
"indego",
"mower"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "boschindego.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/a1development/ioBroker.boschindego/master/admin/boschindego.png",
"readme": "https://github.com/a1development/ioBroker.boschindego/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "garden",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=3.1.0"
}
]
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"native": {
"username": "",
"password": "",
"deepSleepAtNight": 1
},
"objects": [],
"instanceObjects": []
}