iobroker.al-ko 0.2.15 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +43 -140
- package/admin/i18n/de/translations.json +4 -4
- package/admin/i18n/en/translations.json +4 -4
- package/admin/i18n/es/translations.json +4 -4
- package/admin/i18n/fr/translations.json +4 -4
- package/admin/i18n/it/translations.json +4 -4
- package/admin/i18n/nl/translations.json +4 -4
- package/admin/i18n/pl/translations.json +4 -4
- package/admin/i18n/pt/translations.json +4 -4
- package/admin/i18n/ru/translations.json +4 -4
- package/admin/i18n/uk/translations.json +4 -4
- package/admin/i18n/zh-cn/translations.json +4 -4
- package/docs/de/README.md +68 -0
- package/docs/en/README.md +66 -0
- package/io-package.json +25 -80
- package/main.js +159 -86
- package/package.json +18 -25
- package/whitelist.json +0 -1
- package/admin/LICENSE +0 -21
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|

|
|
2
|
+
|
|
2
3
|
# ioBroker.al-ko
|
|
3
4
|
|
|
4
5
|
[](https://www.npmjs.com/package/iobroker.al-ko)
|
|
@@ -6,171 +7,73 @@
|
|
|
6
7
|

|
|
7
8
|

|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
**Tests:** 
|
|
10
|
+

|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
## Overview
|
|
14
13
|
|
|
15
|
-
|
|
14
|
+
The ioBroker.al-ko adapter integrates **AL-KO Robolinho robotic lawnmowers** and other AL-KO smart garden devices into ioBroker using the official **AL-KO Cloud API**, including real-time updates via WebSocket.
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Adapter for communication with **AL-KO Robolinho** and other AL-KO garden tools.
|
|
16
|
+
This adapter is a **community project** and is **not affiliated with or supported by AL-KO**.
|
|
20
17
|
|
|
21
18
|
---
|
|
22
19
|
|
|
23
|
-
##
|
|
20
|
+
## Features
|
|
24
21
|
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
22
|
+
- Connects to the official AL-KO Cloud API
|
|
23
|
+
- Automatically creates all readable states
|
|
24
|
+
- Writable states controlled through a whitelist
|
|
25
|
+
- Sends state changes back to AL-KO (`desired` state API)
|
|
26
|
+
- Real-time updates via WebSocket
|
|
27
|
+
- Supports multiple devices
|
|
28
|
+
- Works with the newest ioBroker admin/jsonConfig format
|
|
31
29
|
|
|
32
30
|
---
|
|
33
31
|
|
|
34
|
-
##
|
|
32
|
+
## Requirements
|
|
35
33
|
|
|
36
|
-
|
|
37
|
-
Diese können Sie hier beantragen:
|
|
38
|
-
👉 [AL-KO IoT API Zugang](https://alko-garden.at/iot-api-zugang-anfordern/)
|
|
34
|
+
You need AL-KO API credentials, which can be requested here:
|
|
39
35
|
|
|
40
|
-
|
|
41
|
-
- **Username** (AL-KO Konto)
|
|
42
|
-
- **Password**
|
|
43
|
-
- **Client ID**
|
|
44
|
-
- **Client Secret**
|
|
36
|
+
➡ https://alko-garden.at/iot-api-zugang-anfordern/
|
|
45
37
|
|
|
46
|
-
|
|
38
|
+
Adapter settings in Admin:
|
|
47
39
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
40
|
+
- Username (AL-KO account)
|
|
41
|
+
- Password
|
|
42
|
+
- Client ID
|
|
43
|
+
- Client Secret
|
|
52
44
|
|
|
53
45
|
---
|
|
54
46
|
|
|
55
|
-
##
|
|
56
|
-
|
|
57
|
-
### 0.2.15 (2025-11-02)
|
|
58
|
-
|
|
59
|
-
**Deutsch:**
|
|
60
|
-
- Admin-Konfiguration für den Adapter-Check bereinigt:
|
|
61
|
-
- `$schema` aus `admin/jsonConfig.json` entfernt
|
|
62
|
-
- Tabs/Panel-Struktur korrigiert
|
|
63
|
-
- Fehlende `size`-Attribute ergänzt
|
|
64
|
-
- `.commitinfo` zu `.gitignore` hinzugefügt
|
|
65
|
-
- Keine funktionalen Änderungen
|
|
66
|
-
|
|
67
|
-
**English:**
|
|
68
|
-
- Admin config cleanup for adapter-check:
|
|
69
|
-
- Removed `$schema` from `admin/jsonConfig.json`
|
|
70
|
-
- Corrected tabs/panel structure
|
|
71
|
-
- Added missing `size` attributes
|
|
72
|
-
- Added `.commitinfo` to `.gitignore`
|
|
73
|
-
- No functional changes
|
|
47
|
+
## Disclaimer
|
|
74
48
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
**Deutsch:**
|
|
78
|
-
- Entwicklungs-Tooling aktualisiert:
|
|
79
|
-
- `@alcalzone/release-script` auf ^5.0.0 (Releases nur vom Default-Branch; Node.js ≥ 18 erforderlich)
|
|
80
|
-
- `@alcalzone/release-script-plugin-iobroker` auf ^4.0.0 (ESM, Node.js ≥ 18)
|
|
81
|
-
- `@alcalzone/release-script-plugin-license` auf ^4.0.0 (ESM, Node.js ≥ 18)
|
|
82
|
-
- ESLint 9, TypeScript auf ^5.9.3, Prettier 3
|
|
83
|
-
- Keine funktionalen Änderungen am Adaptercode
|
|
84
|
-
|
|
85
|
-
**English:**
|
|
86
|
-
- Development tooling updated:
|
|
87
|
-
- `@alcalzone/release-script` to ^5.0.0 (releases only from default branch; requires Node.js ≥ 18)
|
|
88
|
-
- `@alcalzone/release-script-plugin-iobroker` to ^4.0.0 (ESM, Node.js ≥ 18)
|
|
89
|
-
- `@alcalzone/release-script-plugin-license` to ^4.0.0 (ESM, Node.js ≥ 18)
|
|
90
|
-
- ESLint 9, TypeScript bumped to ^5.9.3, Prettier 3
|
|
91
|
-
- No functional changes to adapter code
|
|
92
|
-
|
|
93
|
-
### 0.2.13 (2025-10-29)
|
|
94
|
-
|
|
95
|
-
**Deutsch:**
|
|
96
|
-
- JSON-Syntaxfehler in `io-package.json` behoben, der den Adapter-Check blockiert hat (Folgefehler „adminUI“).
|
|
97
|
-
- VS-Code-Schemahinweis für `admin/jsonConfig.json` aktualisiert.
|
|
98
|
-
- `size`-Attribute in `jsonConfig` erneut geprüft/validiert.
|
|
99
|
-
- Keine funktionalen Änderungen.
|
|
100
|
-
|
|
101
|
-
**English:**
|
|
102
|
-
- Fixed a JSON syntax error in `io-package.json` that blocked adapter-check (follow-up “adminUI” errors).
|
|
103
|
-
- Updated VS Code JSON schema hint for `admin/jsonConfig.json`.
|
|
104
|
-
- Re-validated `size` attributes in `jsonConfig`.
|
|
105
|
-
- No functional changes.
|
|
106
|
-
|
|
107
|
-
### 0.2.12 (2025-10-29)
|
|
108
|
-
|
|
109
|
-
**Deutsch:**
|
|
110
|
-
- Admin-UI: Offizielle jsonConfig-Schema-URL korrigiert (`.vscode/settings.json`)
|
|
111
|
-
- Fehlende responsive `size`-Attribute in `admin/jsonConfig.json` ergänzt
|
|
112
|
-
- Mindestanforderungen angehoben: `js-controller >= 6.0.11`, `admin >= 7.6.17`
|
|
113
|
-
- Keine funktionalen Änderungen
|
|
114
|
-
|
|
115
|
-
**English:**
|
|
116
|
-
- Admin UI: Fixed official jsonConfig schema URL (`.vscode/settings.json`)
|
|
117
|
-
- Added missing responsive `size` attributes in `admin/jsonConfig.json`
|
|
118
|
-
- Raised minimum requirements: `js-controller >= 6.0.11`, `admin >= 7.6.17`
|
|
119
|
-
- No functional changes
|
|
49
|
+
This adapter is **not** affiliated with or supported by AL-KO.
|
|
50
|
+
Do **not** contact AL-KO customer service regarding this project.
|
|
120
51
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
**Deutsch:**
|
|
124
|
-
* Kleinere Code-Korrekturen und Optimierungen vorgenommen
|
|
125
|
-
* Keine funktionalen Änderungen – Stabilität und Wartbarkeit verbessert
|
|
52
|
+
---
|
|
126
53
|
|
|
127
|
-
|
|
128
|
-
* Minor code corrections and optimizations
|
|
129
|
-
* No functional changes – improved stability and maintainability
|
|
54
|
+
## Latest Changes
|
|
130
55
|
|
|
131
|
-
### 0.2.
|
|
56
|
+
### **0.2.16 (unreleased / development)**
|
|
132
57
|
|
|
133
|
-
|
|
134
|
-
-
|
|
135
|
-
-
|
|
58
|
+
- Improved instance handling and object hierarchy
|
|
59
|
+
- Better separation of writable and non-writable states
|
|
60
|
+
- Added axios global timeout
|
|
61
|
+
- Introduced adapter-safe timers (`this.setTimeout`, `this.setInterval`)
|
|
62
|
+
- Many internal improvements and preparations for future patches
|
|
136
63
|
|
|
137
|
-
**
|
|
138
|
-
- Changed adapter type from 'hardware' to 'garden' for proper categorization in ioBroker Admin and repositories.
|
|
139
|
-
- No functional changes for end users
|
|
64
|
+
### **0.2.15 (2025-11-02)**
|
|
140
65
|
|
|
141
|
-
|
|
66
|
+
- Cleaned up admin/jsonConfig structure for adapter-check
|
|
67
|
+
- Added missing `size` attributes
|
|
68
|
+
- Added `.commitinfo` to `.gitignore`
|
|
69
|
+
- No functional changes
|
|
142
70
|
|
|
143
|
-
**
|
|
144
|
-
|
|
145
|
-
- ESLint-Konfiguration auf Version 9 mit `@iobroker/eslint-config` v2.2.0 aktualisiert
|
|
146
|
-
- CI-Stabilität auf GitHub Actions verbessert
|
|
147
|
-
- Keine funktionalen Änderungen für Anwender
|
|
71
|
+
➡ **Full changelog here:**
|
|
72
|
+
**[CHANGELOG.md](./CHANGELOG.md)**
|
|
148
73
|
|
|
149
|
-
|
|
150
|
-
- Maintenance update: resolved npm dependency conflicts (`sinon-chai` vs `chai`)
|
|
151
|
-
- Updated ESLint setup to v9 + `@iobroker/eslint-config` v2.2.0
|
|
152
|
-
- Improved GitHub Actions CI stability
|
|
153
|
-
- No functional changes for end users
|
|
74
|
+
---
|
|
154
75
|
|
|
155
76
|
## License
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
161
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
162
|
-
in the Software without restriction, including without limitation the rights
|
|
163
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
164
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
165
|
-
furnished to do so, subject to the following conditions:
|
|
166
|
-
|
|
167
|
-
The above copyright notice and this permission notice shall be included in all
|
|
168
|
-
copies or substantial portions of the Software.
|
|
169
|
-
|
|
170
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
171
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
172
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
173
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
174
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
175
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
176
|
-
SOFTWARE.
|
|
77
|
+
|
|
78
|
+
This project is released under the **MIT License**.
|
|
79
|
+
See the included **LICENSE** file for full details.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Adaptereinstellungen für al-ko",
|
|
3
|
+
"option1": "Option1",
|
|
4
|
+
"option2": "Option2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Adapter settings for al-ko",
|
|
3
|
+
"option1": "option1",
|
|
4
|
+
"option2": "option2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Ajustes del adaptador para al-ko",
|
|
3
|
+
"option1": "Opción1",
|
|
4
|
+
"option2": "opción 2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Paramètres d'adaptateur pour al-ko",
|
|
3
|
+
"option1": "option1",
|
|
4
|
+
"option2": "Option2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Impostazioni dell'adattatore per al-ko",
|
|
3
|
+
"option1": "opzione1",
|
|
4
|
+
"option2": "opzione2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Adapterinstellingen voor al-ko",
|
|
3
|
+
"option1": "Option1",
|
|
4
|
+
"option2": "Optie2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Ustawienia adaptera dla al-ko",
|
|
3
|
+
"option1": "opcja 1",
|
|
4
|
+
"option2": "opcja2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Configurações do adaptador para al-ko",
|
|
3
|
+
"option1": "opção1",
|
|
4
|
+
"option2": "opção2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Настройки адаптера для al-ko",
|
|
3
|
+
"option1": "вариант1",
|
|
4
|
+
"option2": "вариант2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "Налаштування адаптера для al-ko",
|
|
3
|
+
"option1": "Варіант1",
|
|
4
|
+
"option2": "Варіант2"
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"al-ko adapter settings": "al-ko的适配器设置",
|
|
3
|
+
"option1": "选项1",
|
|
4
|
+
"option2": "选项2"
|
|
5
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# ioBroker.al-ko – Deutsche Dokumentation
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
## Überblick
|
|
6
|
+
|
|
7
|
+
Der ioBroker.al-ko Adapter integriert **AL-KO Robolinho Rasenroboter** und weitere AL-KO Smart-Garden-Geräte in ioBroker.
|
|
8
|
+
Die Kommunikation erfolgt über die **offizielle AL-KO Cloud API**, inklusive Echtzeit-Updates per WebSocket.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Funktionen
|
|
13
|
+
|
|
14
|
+
- Verbindung zur offiziellen AL-KO Cloud API
|
|
15
|
+
- Automatische Erstellung aller lesbaren Zustände
|
|
16
|
+
- Schreibbare Zustände über Whitelist steuerbar
|
|
17
|
+
- Änderungen werden per PATCH an AL-KO (`desired` State) übermittelt
|
|
18
|
+
- Echtzeitupdates per WebSocket
|
|
19
|
+
- Unterstützung mehrerer Geräte
|
|
20
|
+
- Kompatibel mit modernem ioBroker Admin / jsonConfig
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Voraussetzungen
|
|
25
|
+
|
|
26
|
+
Für die Nutzung werden AL-KO API-Zugangsdaten benötigt:
|
|
27
|
+
|
|
28
|
+
Anfordern unter:
|
|
29
|
+
➡ https://alko-garden.at/iot-api-zugang-anfordern/
|
|
30
|
+
|
|
31
|
+
Erforderlich:
|
|
32
|
+
|
|
33
|
+
- Benutzername
|
|
34
|
+
- Passwort
|
|
35
|
+
- Client ID
|
|
36
|
+
- Client Secret
|
|
37
|
+
|
|
38
|
+
Eintragen unter: **Instanzen → al-ko → Konfiguration**
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Haftungsausschluss
|
|
43
|
+
|
|
44
|
+
Dieser Adapter ist ein **Community-Projekt**.
|
|
45
|
+
AL-KO bietet **keinen offiziellen Support** hierfür.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Änderungen (Auszug)
|
|
50
|
+
|
|
51
|
+
### **0.3.0**
|
|
52
|
+
|
|
53
|
+
Alle Änderungen siehe vollständigen Changelog:
|
|
54
|
+
➡ [CHANGELOG.md](../../CHANGELOG.md)
|
|
55
|
+
|
|
56
|
+
Wesentliche Neuerungen:
|
|
57
|
+
|
|
58
|
+
- Verbesserte Objektstruktur
|
|
59
|
+
- Überarbeitetes Logging
|
|
60
|
+
- Verbesserte ID-Sanitärisierung
|
|
61
|
+
- Globale Timeouts und adapter-sichere Timer
|
|
62
|
+
- Dokumentation überarbeitet
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## Lizenz
|
|
67
|
+
|
|
68
|
+
Veröffentlicht unter der **MIT-Lizenz**.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# ioBroker.al-ko – English Documentation
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
The ioBroker.al-ko adapter integrates **AL-KO Robolinho robotic mowers** and other AL-KO smart garden devices into ioBroker.
|
|
8
|
+
It communicates with the official **AL-KO Cloud API**, including real-time updates via WebSockets.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Features
|
|
13
|
+
|
|
14
|
+
- Connection to the official AL-KO Cloud API
|
|
15
|
+
- Automatic creation of all readable states
|
|
16
|
+
- Writable states controlled through a whitelist
|
|
17
|
+
- Changes to writable states are propagated back to AL-KO via the `desired` API
|
|
18
|
+
- Real-time updates through WebSocket
|
|
19
|
+
- Supports multiple devices
|
|
20
|
+
- Fully compatible with modern ioBroker admin/jsonConfig
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Requirements
|
|
25
|
+
|
|
26
|
+
To use this adapter, AL-KO API credentials are required.
|
|
27
|
+
|
|
28
|
+
Request access at:
|
|
29
|
+
➡ https://alko-garden.at/iot-api-zugang-anfordern/
|
|
30
|
+
|
|
31
|
+
Required fields:
|
|
32
|
+
|
|
33
|
+
- Username
|
|
34
|
+
- Password
|
|
35
|
+
- Client ID
|
|
36
|
+
- Client Secret
|
|
37
|
+
|
|
38
|
+
Enter these values in Admin → Instance Settings.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Disclaimer
|
|
43
|
+
|
|
44
|
+
This adapter is **not** affiliated with or supported by AL-KO.
|
|
45
|
+
It is a **community-developed project**.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Changes (Summary)
|
|
50
|
+
|
|
51
|
+
### **0.3.0**
|
|
52
|
+
|
|
53
|
+
See full changelog here:
|
|
54
|
+
➡ [CHANGELOG.md](../../CHANGELOG.md)
|
|
55
|
+
|
|
56
|
+
Key updates:
|
|
57
|
+
|
|
58
|
+
- Internal cleanup and consistency improvements
|
|
59
|
+
- Improved logging, ID sanitizing and timers
|
|
60
|
+
- Documentation restructured
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## License
|
|
65
|
+
|
|
66
|
+
Released under the **MIT License**.
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "al-ko",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0",
|
|
5
5
|
"tier": 3,
|
|
6
6
|
"titleLang": {
|
|
7
7
|
"en": "AL-KO",
|
|
@@ -29,92 +29,43 @@
|
|
|
29
29
|
"uk": "Адаптер для газонокосарок AL-KO Robolinho",
|
|
30
30
|
"zh-cn": "AL-KO Robolinho 割草机适配器"
|
|
31
31
|
},
|
|
32
|
-
"authors": [
|
|
33
|
-
"
|
|
34
|
-
|
|
32
|
+
"authors": ["Hubert Zechner <hubertiob@posteo.at>"],
|
|
33
|
+
"licenseInformation": {
|
|
34
|
+
"type": "free",
|
|
35
|
+
"license": "MIT",
|
|
36
|
+
"link": "https://opensource.org/licenses/MIT"
|
|
37
|
+
},
|
|
38
|
+
"docs": {
|
|
39
|
+
"en": "docs/en/README.md",
|
|
40
|
+
"de": "docs/de/README.md"
|
|
41
|
+
},
|
|
35
42
|
"news": {
|
|
36
43
|
"0.2.15": {
|
|
37
|
-
"en": "Admin config cleanup for adapter-check: removed $schema
|
|
38
|
-
"de": "Admin-Konfiguration für
|
|
39
|
-
"ru": "Очистка конфигурации Admin для adapter-check: удалён $schema из jsonConfig, исправлена структура вкладок/панелей и добавлены все необходимые атрибуты size. Также .commitinfo добавлен в .gitignore. Без функциональных изменений.",
|
|
40
|
-
"pt": "Limpeza da configuração do Admin para o adapter-check: removido $schema do jsonConfig, corrigida a estrutura de abas/painel e adicionados todos os atributos de size necessários. Também adicionado .commitinfo ao .gitignore. Sem alterações funcionais.",
|
|
41
|
-
"nl": "Admin-config opgeschoond voor adapter-check: $schema uit jsonConfig verwijderd, tabs/panel-structuur gecorrigeerd en alle vereiste size-attributen toegevoegd. Ook .commitinfo aan .gitignore toegevoegd. Geen functionele wijzigingen.",
|
|
42
|
-
"fr": "Nettoyage de la configuration Admin pour l’adapter-check : suppression de $schema dans jsonConfig, correction de la structure onglets/panneau et ajout de tous les attributs size requis. Ajout également de .commitinfo au .gitignore. Aucun changement fonctionnel.",
|
|
43
|
-
"it": "Pulizia della config Admin per l’adapter-check: rimosso $schema da jsonConfig, corretta la struttura tab/pannello e aggiunti tutti gli attributi size richiesti. Aggiunto anche .commitinfo a .gitignore. Nessuna modifica funzionale.",
|
|
44
|
-
"es": "Limpieza de la configuración de Admin para el adapter-check: se quitó $schema de jsonConfig, se corrigió la estructura de pestañas/panel y se añadieron todos los atributos size necesarios. También se añadió .commitinfo a .gitignore. Sin cambios funcionales.",
|
|
45
|
-
"pl": "Porządki w konfiguracji Admin pod adapter-check: usunięto $schema z jsonConfig, poprawiono strukturę zakładek/panelu i dodano wszystkie wymagane atrybuty size. Dodano też .commitinfo do .gitignore. Brak zmian funkcjonalnych.",
|
|
46
|
-
"uk": "Очищено конфігурацію Admin для adapter-check: видалено $schema з jsonConfig, виправлено структуру вкладок/панелі та додано всі потрібні атрибути size. Також додано .commitinfo до .gitignore. Без функціональних змін.",
|
|
47
|
-
"zh-cn": "为通过适配器检查清理了管理配置:从 jsonConfig 中移除 $schema,修正选项卡/面板结构并补齐所需的 size 属性。同时将 .commitinfo 加入 .gitignore。无功能性变化。"
|
|
44
|
+
"en": "Admin config cleanup for adapter-check: removed $schema, corrected structure, added missing size attributes.",
|
|
45
|
+
"de": "Admin-Konfiguration für adapter-check bereinigt: $schema entfernt, Struktur korrigiert, fehlende size-Attribute ergänzt."
|
|
48
46
|
},
|
|
49
47
|
"0.2.14": {
|
|
50
|
-
"en": "
|
|
51
|
-
"de": "
|
|
52
|
-
"ru": "Обновлено только окружение разработки: release-script до ^5.0.0 (релизы из ветки по умолчанию; требуется Node.js ≥ 18), плагины iobroker и license до ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Без функциональных изменений.",
|
|
53
|
-
"pt": "Apenas atualizações de ferramentas de desenvolvimento: release-script para ^5.0.0 (releases a partir da branch padrão; Node.js ≥ 18), plugins iobroker e license para ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Sem alterações funcionais.",
|
|
54
|
-
"nl": "Alleen updates aan development tooling: release-script naar ^5.0.0 (releases vanaf standaardbranch; Node.js ≥ 18), iobroker- en license-plugins naar ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Geen functionele wijzigingen.",
|
|
55
|
-
"fr": "Mises à jour des outils de développement uniquement : release-script vers ^5.0.0 (publications depuis la branche par défaut ; Node.js ≥ 18), plugins iobroker et license vers ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Aucune modification fonctionnelle.",
|
|
56
|
-
"it": "Aggiornati solo gli strumenti di sviluppo: release-script a ^5.0.0 (rilasci dal branch predefinito; Node.js ≥ 18), plugin iobroker e license a ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Nessuna modifica funzionale.",
|
|
57
|
-
"es": "Solo actualizaciones de herramientas de desarrollo: release-script a ^5.0.0 (lanzamientos desde la rama predeterminada; Node.js ≥ 18), plugins iobroker y license a ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Sin cambios funcionales.",
|
|
58
|
-
"pl": "Tylko aktualizacje narzędzi deweloperskich: release-script do ^5.0.0 (wydania z gałęzi domyślnej; Node.js ≥ 18), wtyczki iobroker i license do ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Brak zmian funkcjonalnych.",
|
|
59
|
-
"uk": "Оновлено лише інструменти розробки: release-script до ^5.0.0 (релізи з гілки за замовчуванням; Node.js ≥ 18), плагіни iobroker і license до ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Без функціональних змін.",
|
|
60
|
-
"zh-cn": "仅更新开发工具:release-script 升级至 ^5.0.0(仅允许从默认分支发布;需要 Node.js ≥ 18),iobroker 和 license 插件至 ^4.0.0(ESM,Node.js ≥ 18),ESLint 9,TypeScript ^5.9.3,Prettier 3。无功能性变更。"
|
|
48
|
+
"en": "Updated development tooling: release-script v5, plugins v4, ESLint 9, TypeScript 5.9, Prettier 3.",
|
|
49
|
+
"de": "Entwicklungswerkzeuge aktualisiert: release-script v5, Plugins v4, ESLint 9, TypeScript 5.9, Prettier 3."
|
|
61
50
|
},
|
|
62
51
|
"0.2.13": {
|
|
63
|
-
"en": "Fixed
|
|
64
|
-
"de": "
|
|
65
|
-
"ru": "Исправлена ошибка синтаксиса JSON в io-package.json, из-за которой проверка адаптера не могла распарсить файл (и возникали последующие ошибки 'adminUI'). Обновлена подсказка схемы JSON в VS Code и повторно проверены размеры в jsonConfig. Функциональных изменений нет.",
|
|
66
|
-
"pt": "Corrigido um erro de sintaxe JSON em io-package.json que impedia o parser do adapter-check (e gerava erros subsequentes em 'adminUI'). Atualizada a dica de esquema JSON no VS Code e revalidados os tamanhos no jsonConfig. Sem alterações funcionais.",
|
|
67
|
-
"nl": "Een JSON-syntaxisfout in io-package.json opgelost waardoor adapter-check niet kon parsen (en 'adminUI'-fouten ontstonden). JSON-schemahint in VS Code bijgewerkt en jsonConfig-groottes her-gevalideerd. Geen functionele wijzigingen.",
|
|
68
|
-
"fr": "Correction d’une erreur de syntaxe JSON dans io-package.json qui empêchait l’analyse par adapter-check (et entraînait des erreurs 'adminUI'). Indice de schéma JSON mis à jour dans VS Code et tailles de jsonConfig re-validées. Aucun changement fonctionnel.",
|
|
69
|
-
"it": "Corretto un errore di sintassi JSON in io-package.json che impediva il parsing dell’adapter-check (con errori 'adminUI' conseguenti). Aggiornato il riferimento allo schema JSON in VS Code e rivalidate le size in jsonConfig. Nessuna modifica funzionale.",
|
|
70
|
-
"es": "Corregido un error de sintaxis JSON en io-package.json que impedía el análisis de adapter-check (y provocaba errores posteriores de 'adminUI'). Actualizada la sugerencia de esquema JSON en VS Code y revalidados los tamaños en jsonConfig. Sin cambios funcionales.",
|
|
71
|
-
"pl": "Naprawiono błąd składni JSON w io-package.json, który uniemożliwiał parsowanie przez adapter-check (i powodował dalsze błędy 'adminUI'). Zaktualizowano wskazówkę schematu JSON w VS Code oraz ponownie zweryfikowano rozmiary w jsonConfig. Brak zmian funkcjonalnych.",
|
|
72
|
-
"uk": "Виправлено помилку синтаксису JSON у io-package.json, через яку adapter-check не міг розібрати файл (і виникали подальші помилки 'adminUI'). Оновлено підказку схеми JSON у VS Code та повторно перевірено розміри в jsonConfig. Без функціональних змін.",
|
|
73
|
-
"zh-cn": "修复 io-package.json 中的 JSON 语法错误(导致 adapter-check 解析失败并引发“adminUI”后续错误)。更新了 VS Code 中的 JSON 架构提示,并重新验证了 jsonConfig 的尺寸设置。无功能性更改。"
|
|
52
|
+
"en": "Fixed JSON syntax error in io-package.json. No functional changes.",
|
|
53
|
+
"de": "JSON-Syntaxfehler in io-package.json behoben. Keine funktionalen Änderungen."
|
|
74
54
|
},
|
|
75
55
|
"0.2.12": {
|
|
76
|
-
"en": "
|
|
77
|
-
"de": "
|
|
78
|
-
"ru": "Admin UI: исправлена ссылка на официальную схему jsonConfig и добавлены недостающие атрибуты размера. Минимальные требования повышены: js-controller >= 6.0.11, admin >= 7.6.17. Функциональных изменений нет.",
|
|
79
|
-
"pt": "Admin UI: corrigida a URL do schema oficial do jsonConfig e adicionados os atributos de tamanho responsivo em falta. Requisitos mínimos aumentados: js-controller >= 6.0.11, admin >= 7.6.17. Sem alterações funcionais.",
|
|
80
|
-
"nl": "Admin UI: officiële jsonConfig-schema-URL gecorrigeerd en ontbrekende responsieve grootte-attributen toegevoegd. Minimumeisen verhoogd: js-controller >= 6.0.11, admin >= 7.6.17. Geen functionele wijzigingen.",
|
|
81
|
-
"fr": "Admin UI : URL du schéma jsonConfig officielle corrigée et ajout des attributs de taille responsives manquants. Exigences minimales relevées : js-controller >= 6.0.11, admin >= 7.6.17. Pas de changement fonctionnel.",
|
|
82
|
-
"it": "Admin UI: corretta la URL dello schema jsonConfig ufficiale e aggiunti gli attributi di dimensione responsive mancanti. Requisiti minimi aumentati: js-controller >= 6.0.11, admin >= 7.6.17. Nessuna modifica funzionale.",
|
|
83
|
-
"es": "Admin UI: corregida la URL del esquema jsonConfig oficial y añadidos los atributos de tamaño responsivo que faltaban. Requisitos mínimos elevados: js-controller >= 6.0.11, admin >= 7.6.17. Sin cambios funcionales.",
|
|
84
|
-
"pl": "Admin UI: poprawiono adres URL oficjalnego schematu jsonConfig i dodano brakujące responsywne atrybuty rozmiaru. Podniesiono minimalne wymagania: js-controller >= 6.0.11, admin >= 7.6.17. Brak zmian funkcjonalnych.",
|
|
85
|
-
"uk": "Admin UI: виправлено URL офіційної схеми jsonConfig і додано відсутні адаптивні атрибути розміру. Підвищено мінімальні вимоги: js-controller >= 6.0.11, admin >= 7.6.17. Без функціональних змін.",
|
|
86
|
-
"zh-cn": "Admin UI:修正为官方 jsonConfig 架构 URL,并补全缺失的响应式尺寸属性。提高最低要求:js-controller >= 6.0.11,admin >= 7.6.17。无功能性变更。"
|
|
56
|
+
"en": "Fixed jsonConfig schema URL, added missing size attributes, increased minimum requirements.",
|
|
57
|
+
"de": "Schema-URL korrigiert, fehlende Size-Attribute ergänzt, Mindestanforderungen erhöht."
|
|
87
58
|
},
|
|
88
59
|
"0.2.11": {
|
|
89
|
-
"en": "Minor code corrections
|
|
90
|
-
"de": "
|
|
91
|
-
"ru": "Небольшие исправления и оптимизация кода. Без функциональных изменений – повышена стабильность и поддерживаемость.",
|
|
92
|
-
"pt": "Pequenas correções e otimizações no código. Sem alterações funcionais – estabilidade e manutenção aprimoradas.",
|
|
93
|
-
"nl": "Kleine codecorrecties en optimalisaties. Geen functionele wijzigingen – verbeterde stabiliteit en onderhoudbaarheid.",
|
|
94
|
-
"fr": "Petites corrections et optimisations du code. Aucune modification fonctionnelle – stabilité et maintenabilité améliorées.",
|
|
95
|
-
"it": "Correzioni e ottimizzazioni minori del codice. Nessuna modifica funzionale – migliorata stabilità e manutenibilità.",
|
|
96
|
-
"es": "Pequeñas correcciones y optimizaciones de código. Sin cambios funcionales – mayor estabilidad y mantenibilidad.",
|
|
97
|
-
"pl": "Drobne poprawki i optymalizacje kodu. Brak zmian funkcjonalnych – poprawiona stabilność i łatwość utrzymania.",
|
|
98
|
-
"uk": "Невеликі виправлення та оптимізації коду. Без функціональних змін – покращено стабільність і підтримуваність.",
|
|
99
|
-
"zh-cn": "进行了小的代码修正和优化。无功能性更改——提高了稳定性和可维护性。"
|
|
60
|
+
"en": "Minor code corrections.",
|
|
61
|
+
"de": "Kleine Code-Korrekturen."
|
|
100
62
|
}
|
|
101
|
-
|
|
102
|
-
"keywords": [
|
|
103
|
-
"al-ko",
|
|
104
|
-
"Robolinho",
|
|
105
|
-
"mower",
|
|
106
|
-
"garden",
|
|
107
|
-
"smart-garden"
|
|
108
|
-
],
|
|
63
|
+
},
|
|
64
|
+
"keywords": ["al-ko", "Robolinho", "mower", "garden", "smart-garden"],
|
|
109
65
|
"extIcon": "https://raw.githubusercontent.com/zechnerhubert/ioBroker.al-ko/master/admin/al-ko-128.png",
|
|
110
66
|
"adminUI": {
|
|
111
67
|
"config": "json"
|
|
112
68
|
},
|
|
113
|
-
"licenseInformation": {
|
|
114
|
-
"type": "free",
|
|
115
|
-
"license": "MIT",
|
|
116
|
-
"link": "https://opensource.org/licenses/MIT"
|
|
117
|
-
},
|
|
118
69
|
"platform": "Javascript/Node.js",
|
|
119
70
|
"type": "garden",
|
|
120
71
|
"loglevel": "info",
|
|
@@ -141,14 +92,8 @@
|
|
|
141
92
|
"clientSecret": "",
|
|
142
93
|
"wsDebug": false
|
|
143
94
|
},
|
|
144
|
-
"protectedNative": [
|
|
145
|
-
|
|
146
|
-
"clientSecret"
|
|
147
|
-
],
|
|
148
|
-
"encryptedNative": [
|
|
149
|
-
"password",
|
|
150
|
-
"clientSecret"
|
|
151
|
-
],
|
|
95
|
+
"protectedNative": ["password", "clientSecret"],
|
|
96
|
+
"encryptedNative": ["password", "clientSecret"],
|
|
152
97
|
"objects": [],
|
|
153
98
|
"instanceObjects": []
|
|
154
99
|
}
|