iobroker.al-ko 0.3.3 → 0.3.5
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/README.md +3 -5
- package/admin/i18n/de/translations.json +1 -3
- package/admin/i18n/en/translations.json +1 -3
- package/admin/i18n/es/translations.json +1 -3
- package/admin/i18n/fr/translations.json +1 -3
- package/admin/i18n/it/translations.json +1 -3
- package/admin/i18n/nl/translations.json +1 -3
- package/admin/i18n/pl/translations.json +1 -3
- package/admin/i18n/pt/translations.json +1 -3
- package/admin/i18n/ru/translations.json +1 -3
- package/admin/i18n/uk/translations.json +1 -3
- package/admin/i18n/zh-cn/translations.json +1 -3
- package/admin/jsonConfig.json +26 -6
- package/docs/de/README.md +10 -7
- package/docs/en/README.md +3 -5
- package/io-package.json +37 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,12 +53,10 @@ Do **not** contact AL-KO customer service regarding this project.
|
|
|
53
53
|
|
|
54
54
|
## Changelog
|
|
55
55
|
|
|
56
|
-
### 0.3.
|
|
56
|
+
### 0.3.5 (2026-03-26)
|
|
57
57
|
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
- Updated Dependabot and workflow configuration
|
|
61
|
-
- Updated development dependencies
|
|
58
|
+
- Enable npm trusted publishing
|
|
59
|
+
- Fix GitHub Actions workflow warnings
|
|
62
60
|
|
|
63
61
|
➡ Full changelog here:
|
|
64
62
|
[CHANGELOG.md](./CHANGELOG.md)
|
package/admin/jsonConfig.json
CHANGED
|
@@ -18,22 +18,38 @@
|
|
|
18
18
|
"type": "text",
|
|
19
19
|
"label": { "en": "Username", "de": "Benutzername" },
|
|
20
20
|
"placeholder": "Enter your AL-KO account username",
|
|
21
|
-
"
|
|
21
|
+
"xs": 12,
|
|
22
|
+
"sm": 6,
|
|
23
|
+
"md": 6,
|
|
24
|
+
"lg": 4,
|
|
25
|
+
"xl": 4
|
|
22
26
|
},
|
|
23
27
|
"password": {
|
|
24
28
|
"type": "password",
|
|
25
29
|
"label": { "en": "Password", "de": "Passwort" },
|
|
26
|
-
"
|
|
30
|
+
"xs": 12,
|
|
31
|
+
"sm": 6,
|
|
32
|
+
"md": 6,
|
|
33
|
+
"lg": 4,
|
|
34
|
+
"xl": 4
|
|
27
35
|
},
|
|
28
36
|
"clientId": {
|
|
29
37
|
"type": "text",
|
|
30
38
|
"label": { "en": "Client ID", "de": "Client-ID" },
|
|
31
|
-
"
|
|
39
|
+
"xs": 12,
|
|
40
|
+
"sm": 6,
|
|
41
|
+
"md": 6,
|
|
42
|
+
"lg": 4,
|
|
43
|
+
"xl": 4
|
|
32
44
|
},
|
|
33
45
|
"clientSecret": {
|
|
34
46
|
"type": "password",
|
|
35
47
|
"label": { "en": "Client Secret", "de": "Client-Secret" },
|
|
36
|
-
"
|
|
48
|
+
"xs": 12,
|
|
49
|
+
"sm": 6,
|
|
50
|
+
"md": 6,
|
|
51
|
+
"lg": 4,
|
|
52
|
+
"xl": 4
|
|
37
53
|
},
|
|
38
54
|
"wsDebug": {
|
|
39
55
|
"type": "checkbox",
|
|
@@ -42,7 +58,11 @@
|
|
|
42
58
|
"de": "WebSocket-Nachrichten protokollieren"
|
|
43
59
|
},
|
|
44
60
|
"default": false,
|
|
45
|
-
"
|
|
61
|
+
"xs": 12,
|
|
62
|
+
"sm": 6,
|
|
63
|
+
"md": 6,
|
|
64
|
+
"lg": 4,
|
|
65
|
+
"xl": 4
|
|
46
66
|
}
|
|
47
67
|
}
|
|
48
|
-
}
|
|
68
|
+
}
|
package/docs/de/README.md
CHANGED
|
@@ -48,6 +48,16 @@ AL-KO bietet **keinen offiziellen Support** hierfür.
|
|
|
48
48
|
|
|
49
49
|
## Änderungen (Auszug)
|
|
50
50
|
|
|
51
|
+
### 0.3.5 (2026-03-26)
|
|
52
|
+
|
|
53
|
+
- npm Trusted Publishing aktiviert
|
|
54
|
+
- GitHub Actions Workflow-Warnungen behoben
|
|
55
|
+
|
|
56
|
+
### 0.3.4 (2026-03-20)
|
|
57
|
+
|
|
58
|
+
- Responsives Layout in der jsonConfig korrigiert (xs/sm/md/lg/xl)
|
|
59
|
+
- Beispielhafte i18n-Einträge (option1/option2) entfernt
|
|
60
|
+
|
|
51
61
|
### 0.3.3 (2026-03-13)
|
|
52
62
|
|
|
53
63
|
- WebSocket-Verarbeitung verbessert
|
|
@@ -63,13 +73,6 @@ AL-KO bietet **keinen offiziellen Support** hierfür.
|
|
|
63
73
|
- API-Fehlerlogging für Push-Requests verbessert
|
|
64
74
|
- Logging für WebSocket-Close-Code und Reason ergänzt
|
|
65
75
|
|
|
66
|
-
### 0.3.1 (2026-03-09)
|
|
67
|
-
|
|
68
|
-
- Verbesserte Dokumentation
|
|
69
|
-
- Lizenzangaben korrigiert
|
|
70
|
-
- Entwicklungsabhängigkeiten aktualisiert
|
|
71
|
-
- Keine funktionalen Änderungen
|
|
72
|
-
|
|
73
76
|
Alle Änderungen siehe vollständigen Changelog:
|
|
74
77
|
➡ [CHANGELOG.md](../../CHANGELOG.md)
|
|
75
78
|
|
package/docs/en/README.md
CHANGED
|
@@ -48,12 +48,10 @@ It is a **community-developed project**.
|
|
|
48
48
|
|
|
49
49
|
## Changes (Summary)
|
|
50
50
|
|
|
51
|
-
### 0.3.
|
|
51
|
+
### 0.3.5 (2026-03-26)
|
|
52
52
|
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
- Updated Dependabot and workflow configuration
|
|
56
|
-
- Updated development dependencies
|
|
53
|
+
- Enable npm trusted publishing
|
|
54
|
+
- Fix GitHub Actions workflow warnings
|
|
57
55
|
|
|
58
56
|
See full changelog here:
|
|
59
57
|
➡ [CHANGELOG.md](../../CHANGELOG.md)
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "al-ko",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.5",
|
|
5
5
|
"tier": 3,
|
|
6
6
|
"titleLang": {
|
|
7
7
|
"en": "AL-KO",
|
|
@@ -40,21 +40,44 @@
|
|
|
40
40
|
"de": "docs/de/README.md"
|
|
41
41
|
},
|
|
42
42
|
"news": {
|
|
43
|
-
"0.3.
|
|
44
|
-
"en": "
|
|
45
|
-
"de": "
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
43
|
+
"0.3.5": {
|
|
44
|
+
"en": "Enable npm trusted publishing and fix workflow warnings",
|
|
45
|
+
"de": "npm Trusted Publishing aktiviert und Workflow-Warnungen behoben",
|
|
46
|
+
"ru": "Включена публикация npm через Trusted Publishing и исправлены предупреждения workflow",
|
|
47
|
+
"pt": "Ativado o Trusted Publishing do npm e corrigidos avisos do workflow",
|
|
48
|
+
"nl": "npm Trusted Publishing ingeschakeld en workflow-waarschuwingen opgelost",
|
|
49
|
+
"fr": "Activation du Trusted Publishing npm et correction des avertissements du workflow",
|
|
50
|
+
"it": "Abilitato il Trusted Publishing npm e corretti gli avvisi del workflow",
|
|
51
|
+
"es": "Habilitado Trusted Publishing de npm y corregidas advertencias del workflow",
|
|
52
|
+
"pl": "Włączono Trusted Publishing npm i poprawiono ostrzeżenia workflow",
|
|
53
|
+
"uk": "Увімкнено Trusted Publishing npm та виправлено попередження workflow",
|
|
54
|
+
"zh-cn": "启用 npm Trusted Publishing 并修复工作流警告"
|
|
50
55
|
},
|
|
51
|
-
"0.3.
|
|
52
|
-
"en": "
|
|
53
|
-
"de": "
|
|
56
|
+
"0.3.4": {
|
|
57
|
+
"en": "Fix jsonConfig responsive layout and remove example i18n entries",
|
|
58
|
+
"de": "jsonConfig responsive Layout korrigiert und Beispiel-i18n-Einträge entfernt",
|
|
59
|
+
"ru": "Исправлено адаптивное отображение jsonConfig и удалены примерные записи i18n",
|
|
60
|
+
"pt": "Corrigido o layout responsivo do jsonConfig e removidas entradas de exemplo i18n",
|
|
61
|
+
"nl": "Responsieve layout van jsonConfig gecorrigeerd en voorbeeld i18n-items verwijderd",
|
|
62
|
+
"fr": "Correction de la mise en page responsive de jsonConfig et suppression des entrées i18n d'exemple",
|
|
63
|
+
"it": "Corretto il layout responsive di jsonConfig e rimosse le voci i18n di esempio",
|
|
64
|
+
"es": "Corregido el diseño responsivo de jsonConfig y eliminadas las entradas i18n de ejemplo",
|
|
65
|
+
"pl": "Poprawiono responsywny układ jsonConfig i usunięto przykładowe wpisy i18n",
|
|
66
|
+
"uk": "Виправлено адаптивний макет jsonConfig та видалено приклади i18n",
|
|
67
|
+
"zh-cn": "修复了 jsonConfig 的响应式布局并删除了示例 i18n 条目"
|
|
54
68
|
},
|
|
55
|
-
"0.3.
|
|
56
|
-
"en": "
|
|
57
|
-
"de": "
|
|
69
|
+
"0.3.3": {
|
|
70
|
+
"en": "Improved WebSocket handling and message processing, updated repository workflows, and updated development dependencies.",
|
|
71
|
+
"de": "WebSocket-Handling und Nachrichtenverarbeitung verbessert, Repository-Workflows aktualisiert und Entwicklungsabhängigkeiten aktualisiert.",
|
|
72
|
+
"ru": "Улучшена обработка WebSocket и сообщений, обновлены workflow репозитория и зависимости разработки",
|
|
73
|
+
"pt": "Melhorado o tratamento de WebSocket e processamento de mensagens, workflows do repositório atualizados e dependências de desenvolvimento atualizadas",
|
|
74
|
+
"nl": "WebSocket-afhandeling en berichtverwerking verbeterd, repository-workflows en ontwikkelingsafhankelijkheden bijgewerkt",
|
|
75
|
+
"fr": "Amélioration de la gestion WebSocket et du traitement des messages, mise à jour des workflows du dépôt et des dépendances de développement",
|
|
76
|
+
"it": "Migliorata la gestione WebSocket e l'elaborazione dei messaggi, aggiornati i workflow del repository e le dipendenze di sviluppo",
|
|
77
|
+
"es": "Mejorado el manejo de WebSocket y el procesamiento de mensajes, actualizados los workflows del repositorio y las dependencias de desarrollo",
|
|
78
|
+
"pl": "Ulepszono obsługę WebSocket i przetwarzanie wiadomości, zaktualizowano workflow repozytorium i zależności deweloperskie",
|
|
79
|
+
"uk": "Покращено обробку WebSocket і повідомлень, оновлено workflow репозиторію та залежності розробки",
|
|
80
|
+
"zh-cn": "改进了 WebSocket 处理和消息处理,更新了仓库工作流和开发依赖"
|
|
58
81
|
}
|
|
59
82
|
},
|
|
60
83
|
"keywords": ["al-ko", "Robolinho", "mower", "garden", "smart-garden"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.al-ko",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Adapter for communication with AL-KO smart garden devices (Robolinho, mowing windows, operationState, etc.)",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Hubert Zechner",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@iobroker/testing": "^5.2.2",
|
|
66
66
|
"@tsconfig/node20": "^20.1.8",
|
|
67
67
|
"@types/node": "^25.5.0",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.57.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
69
69
|
"@typescript-eslint/parser": "^8.57.0",
|
|
70
70
|
"prettier": "^3.8.1",
|
|
71
71
|
"proxyquire": "^2.1.3"
|