iobroker.al-ko 0.3.6 → 0.3.8
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 +11 -7
- package/docs/de/README.md +10 -19
- package/docs/en/README.md +10 -5
- package/io-package.json +27 -40
- package/package.json +11 -13
package/README.md
CHANGED
|
@@ -53,17 +53,21 @@ Do **not** contact AL-KO customer service regarding this project.
|
|
|
53
53
|
|
|
54
54
|
## Changelog
|
|
55
55
|
|
|
56
|
-
### 0.3.
|
|
56
|
+
### 0.3.8 (2026-05-07)
|
|
57
|
+
- Fixed CI/npm publish issues
|
|
58
|
+
- Updated dependencies
|
|
59
|
+
- Stability improvements
|
|
60
|
+
|
|
61
|
+
### 0.3.7 (2026-05-07)
|
|
62
|
+
- Updated dependencies (including axios security fixes)
|
|
63
|
+
- Require Node.js >= 22
|
|
64
|
+
- Stability improvements
|
|
65
|
+
|
|
66
|
+
### 0.3.6 (2026-04-26)
|
|
57
67
|
- Fixed invalid state roles (`value.number` removed, correct usage of `value` and `level`)
|
|
58
68
|
- Fixed whitelist handling for writable states
|
|
59
69
|
- Improved object structure according to review feedback
|
|
60
70
|
|
|
61
|
-
### 0.3.5 (2026-03-26)
|
|
62
|
-
|
|
63
|
-
- Enable npm trusted publishing
|
|
64
|
-
- Fix GitHub Actions workflow warnings
|
|
65
|
-
|
|
66
|
-
|
|
67
71
|
➡ Full changelog here:
|
|
68
72
|
[CHANGELOG_OLD.md](./CHANGELOG_OLD.md)
|
|
69
73
|
|
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.8 (2026-05-07)
|
|
52
|
+
- CI/npm Publish-Probleme behoben
|
|
53
|
+
- Abhängigkeiten aktualisiert
|
|
54
|
+
- Stabilitätsverbesserungen
|
|
55
|
+
|
|
56
|
+
### 0.3.7 (2026-05-07)
|
|
57
|
+
- Abhängigkeiten aktualisiert (inkl. Axios Sicherheitsfixes)
|
|
58
|
+
- Node.js >= 22 erforderlich
|
|
59
|
+
- Stabilitätsverbesserungen
|
|
60
|
+
|
|
51
61
|
### 0.3.6 (2026-04-26)
|
|
52
62
|
|
|
53
63
|
- Ungültige State-Rollen korrigiert (`value.number` entfernt, korrekte Verwendung von `value` und `level`)
|
|
@@ -59,25 +69,6 @@ AL-KO bietet **keinen offiziellen Support** hierfür.
|
|
|
59
69
|
- npm Trusted Publishing aktiviert
|
|
60
70
|
- GitHub Actions Workflow-Warnungen behoben
|
|
61
71
|
|
|
62
|
-
### 0.3.4 (2026-03-20)
|
|
63
|
-
|
|
64
|
-
- Responsives Layout in der jsonConfig korrigiert (xs/sm/md/lg/xl)
|
|
65
|
-
- Beispielhafte i18n-Einträge (option1/option2) entfernt
|
|
66
|
-
|
|
67
|
-
### 0.3.3 (2026-03-13)
|
|
68
|
-
|
|
69
|
-
- WebSocket-Verarbeitung verbessert
|
|
70
|
-
- Verarbeitung der AL-KO `reportedState` WebSocket-Nachrichten korrigiert
|
|
71
|
-
- Stabileres Wiederverbinden der WebSocket-Verbindung
|
|
72
|
-
- GitHub-Workflows aktualisiert (Dependabot / Automerge)
|
|
73
|
-
- Entwicklungsabhängigkeiten aktualisiert
|
|
74
|
-
|
|
75
|
-
### 0.3.2 (2026-03-12)
|
|
76
|
-
|
|
77
|
-
- WebSocket-Reconnect nach Token-Aktualisierung verbessert
|
|
78
|
-
- Reconnect-Schleifen bei absichtlich geschlossenen WebSocket-Verbindungen verhindert
|
|
79
|
-
- API-Fehlerlogging für Push-Requests verbessert
|
|
80
|
-
- Logging für WebSocket-Close-Code und Reason ergänzt
|
|
81
72
|
|
|
82
73
|
Alle Änderungen siehe vollständigen Changelog:
|
|
83
74
|
➡ [CHANGELOG_OLD.md](../../CHANGELOG_OLD.md)
|
package/docs/en/README.md
CHANGED
|
@@ -48,16 +48,21 @@ It is a **community-developed project**.
|
|
|
48
48
|
|
|
49
49
|
## Changes (Summary)
|
|
50
50
|
|
|
51
|
+
### 0.3.8 (2026-05-07)
|
|
52
|
+
- Fixed CI/npm publish issues
|
|
53
|
+
- Updated dependencies
|
|
54
|
+
- Stability improvements
|
|
55
|
+
|
|
56
|
+
### 0.3.7 (2026-05-07)
|
|
57
|
+
- Updated dependencies (including axios security fixes)
|
|
58
|
+
- Require Node.js >= 22
|
|
59
|
+
- Stability improvements
|
|
60
|
+
|
|
51
61
|
### 0.3.6 (2026-04-26)
|
|
52
62
|
- Fixed invalid state roles (`value.number` removed, correct usage of `value` and `level`)
|
|
53
63
|
- Fixed whitelist handling for writable states
|
|
54
64
|
- Improved object structure according to review feedback
|
|
55
65
|
|
|
56
|
-
### 0.3.5 (2026-03-26)
|
|
57
|
-
|
|
58
|
-
- Enable npm trusted publishing
|
|
59
|
-
- Fix GitHub Actions workflow warnings
|
|
60
|
-
|
|
61
66
|
See full changelog here:
|
|
62
67
|
➡ [CHANGELOG_OLD.md](../../CHANGELOG_OLD.md)
|
|
63
68
|
|
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.8",
|
|
5
5
|
"tier": 3,
|
|
6
6
|
"titleLang": {
|
|
7
7
|
"en": "AL-KO",
|
|
@@ -42,6 +42,32 @@
|
|
|
42
42
|
"de": "docs/de/README.md"
|
|
43
43
|
},
|
|
44
44
|
"news": {
|
|
45
|
+
"0.3.8": {
|
|
46
|
+
"en": "Fix CI/npm publish issues, update dependencies, improve stability",
|
|
47
|
+
"de": "CI/npm Publish-Probleme behoben, Abhängigkeiten aktualisiert, Stabilität verbessert",
|
|
48
|
+
"ru": "Исправлены проблемы CI/npm publish, обновлены зависимости, улучшена стабильность",
|
|
49
|
+
"pt": "Corrigidos problemas de CI/npm publish, dependências atualizadas, melhorias de estabilidade",
|
|
50
|
+
"nl": "CI/npm publish problemen opgelost, afhankelijkheden bijgewerkt, stabiliteit verbeterd",
|
|
51
|
+
"fr": "Correction des problèmes CI/npm publish, mise à jour des dépendances, amélioration de la stabilité",
|
|
52
|
+
"it": "Corretti problemi CI/npm publish, aggiornate le dipendenze, migliorata la stabilità",
|
|
53
|
+
"es": "Corregidos problemas de CI/npm publish, dependencias actualizadas, mejoras de estabilidad",
|
|
54
|
+
"pl": "Naprawiono problemy CI/npm publish, zaktualizowano zależności, poprawiono stabilność",
|
|
55
|
+
"uk": "Виправлено проблеми CI/npm publish, оновлено залежності, покращено стабільність",
|
|
56
|
+
"zh-cn": "修复 CI/npm 发布问题,更新依赖,提高稳定性"
|
|
57
|
+
},
|
|
58
|
+
"0.3.7": {
|
|
59
|
+
"en": "Update dependencies (axios security fixes), require Node.js >= 22, improve stability",
|
|
60
|
+
"de": "Abhängigkeiten aktualisiert (Axios Sicherheitsfixes), Node.js >= 22 erforderlich, Stabilität verbessert",
|
|
61
|
+
"ru": "Обновлены зависимости (исправления безопасности axios), требуется Node.js >= 22, повышена стабильность",
|
|
62
|
+
"pt": "Atualizadas as dependências (correções de segurança do axios), requer Node.js >= 22, melhorias de estabilidade",
|
|
63
|
+
"nl": "Afhankelijkheden bijgewerkt (axios beveiligingsfixes), Node.js >= 22 vereist, stabiliteit verbeterd",
|
|
64
|
+
"fr": "Mise à jour des dépendances (correctifs de sécurité axios), Node.js >= 22 requis, amélioration de la stabilité",
|
|
65
|
+
"it": "Aggiornate le dipendenze (fix di sicurezza axios), richiesto Node.js >= 22, migliorata la stabilità",
|
|
66
|
+
"es": "Dependencias actualizadas (correcciones de seguridad de axios), se requiere Node.js >= 22, mejoras de estabilidad",
|
|
67
|
+
"pl": "Zaktualizowano zależności (poprawki bezpieczeństwa axios), wymagany Node.js >= 22, poprawiona stabilność",
|
|
68
|
+
"uk": "Оновлено залежності (виправлення безпеки axios), потрібен Node.js >= 22, покращено стабільність",
|
|
69
|
+
"zh-cn": "更新依赖(axios 安全修复),需要 Node.js >= 22,提高稳定性"
|
|
70
|
+
},
|
|
45
71
|
"0.3.6": {
|
|
46
72
|
"en": "Fix state roles (remove invalid value.number, align value/level), correct whitelist handling for writable states, and finalize object structure according to review feedback",
|
|
47
73
|
"de": "State-Rollen korrigiert (value.number entfernt, value/level angepasst), Whitelist für schreibbare States korrigiert und Objektstruktur gemäß Review-Anforderungen finalisiert",
|
|
@@ -54,45 +80,6 @@
|
|
|
54
80
|
"pl": "Poprawiono role stanów (usunięto value.number, dostosowano value/level), poprawiono whitelistę dla zapisywalnych stanów i zakończono strukturę obiektów zgodnie z uwagami",
|
|
55
81
|
"uk": "Виправлено ролі станів (видалено value.number, узгоджено value/level), виправлено whitelist для записуваних станів та завершено структуру об'єктів відповідно до зауважень",
|
|
56
82
|
"zh-cn": "修复状态角色(移除 value.number,调整为 value/level),修复可写状态白名单,并根据审查意见完善对象结构"
|
|
57
|
-
},
|
|
58
|
-
"0.3.5": {
|
|
59
|
-
"en": "Enable npm trusted publishing and fix workflow warnings",
|
|
60
|
-
"de": "npm Trusted Publishing aktiviert und Workflow-Warnungen behoben",
|
|
61
|
-
"ru": "Включена публикация npm через Trusted Publishing и исправлены предупреждения workflow",
|
|
62
|
-
"pt": "Ativado o Trusted Publishing do npm e corrigidos avisos do workflow",
|
|
63
|
-
"nl": "npm Trusted Publishing ingeschakeld en workflow-waarschuwingen opgelost",
|
|
64
|
-
"fr": "Activation du Trusted Publishing npm et correction des avertissements du workflow",
|
|
65
|
-
"it": "Abilitato il Trusted Publishing npm e corretti gli avvisi del workflow",
|
|
66
|
-
"es": "Habilitado Trusted Publishing de npm y corregidas advertencias del workflow",
|
|
67
|
-
"pl": "Włączono Trusted Publishing npm i poprawiono ostrzeżenia workflow",
|
|
68
|
-
"uk": "Увімкнено Trusted Publishing npm та виправлено попередження workflow",
|
|
69
|
-
"zh-cn": "启用 npm Trusted Publishing 并修复工作流警告"
|
|
70
|
-
},
|
|
71
|
-
"0.3.4": {
|
|
72
|
-
"en": "Fix jsonConfig responsive layout and remove example i18n entries",
|
|
73
|
-
"de": "jsonConfig responsive Layout korrigiert und Beispiel-i18n-Einträge entfernt",
|
|
74
|
-
"ru": "Исправлено адаптивное отображение jsonConfig и удалены примерные записи i18n",
|
|
75
|
-
"pt": "Corrigido o layout responsivo do jsonConfig e removidas entradas de exemplo i18n",
|
|
76
|
-
"nl": "Responsieve layout van jsonConfig gecorrigeerd en voorbeeld i18n-items verwijderd",
|
|
77
|
-
"fr": "Correction de la mise en page responsive de jsonConfig et suppression des entrées i18n d'exemple",
|
|
78
|
-
"it": "Corretto il layout responsive di jsonConfig e rimosse le voci i18n di esempio",
|
|
79
|
-
"es": "Corregido el diseño responsivo de jsonConfig y eliminadas las entradas i18n de ejemplo",
|
|
80
|
-
"pl": "Poprawiono responsywny układ jsonConfig i usunięto przykładowe wpisy i18n",
|
|
81
|
-
"uk": "Виправлено адаптивний макет jsonConfig та видалено приклади i18n",
|
|
82
|
-
"zh-cn": "修复了 jsonConfig 的响应式布局并删除了示例 i18n 条目"
|
|
83
|
-
},
|
|
84
|
-
"0.3.3": {
|
|
85
|
-
"en": "Improved WebSocket handling and message processing, updated repository workflows, and updated development dependencies.",
|
|
86
|
-
"de": "WebSocket-Handling und Nachrichtenverarbeitung verbessert, Repository-Workflows aktualisiert und Entwicklungsabhängigkeiten aktualisiert.",
|
|
87
|
-
"ru": "Улучшена обработка WebSocket и сообщений, обновлены workflow репозитория и зависимости разработки",
|
|
88
|
-
"pt": "Melhorado o tratamento de WebSocket e processamento de mensagens, workflows do repositório atualizados e dependências de desenvolvimento atualizadas",
|
|
89
|
-
"nl": "WebSocket-afhandeling en berichtverwerking verbeterd, repository-workflows en ontwikkelingsafhankelijkheden bijgewerkt",
|
|
90
|
-
"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",
|
|
91
|
-
"it": "Migliorata la gestione WebSocket e l'elaborazione dei messaggi, aggiornati i workflow del repository e le dipendenze di sviluppo",
|
|
92
|
-
"es": "Mejorado el manejo de WebSocket y el procesamiento de mensajes, actualizados los workflows del repositorio y las dependencias de desarrollo",
|
|
93
|
-
"pl": "Ulepszono obsługę WebSocket i przetwarzanie wiadomości, zaktualizowano workflow repozytorium i zależności deweloperskie",
|
|
94
|
-
"uk": "Покращено обробку WebSocket і повідомлень, оновлено workflow репозиторію та залежності розробки",
|
|
95
|
-
"zh-cn": "改进了 WebSocket 处理和消息处理,更新了仓库工作流和开发依赖"
|
|
96
83
|
}
|
|
97
84
|
},
|
|
98
85
|
"keywords": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.al-ko",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"url": "https://github.com/zechnerhubert/ioBroker.al-ko/issues"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
28
|
+
"node": ">= 22"
|
|
29
29
|
},
|
|
30
30
|
"main": "main.js",
|
|
31
31
|
"files": [
|
|
@@ -52,21 +52,19 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@iobroker/adapter-core": "^3.3.2",
|
|
55
|
-
"axios": "^1.
|
|
56
|
-
"ws": "^8.
|
|
55
|
+
"axios": "^1.16.1",
|
|
56
|
+
"ws": "^8.20.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@alcalzone/release-script": "^5.
|
|
60
|
-
"@alcalzone/release-script-plugin-iobroker": "^5.
|
|
61
|
-
"@alcalzone/release-script-plugin-license": "^5.
|
|
62
|
-
"@alcalzone/release-script-plugin-manual-review": "^5.
|
|
59
|
+
"@alcalzone/release-script": "^5.2.0",
|
|
60
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
61
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
62
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
63
63
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
64
|
-
"@iobroker/eslint-config": "^2.
|
|
64
|
+
"@iobroker/eslint-config": "^2.3.4",
|
|
65
65
|
"@iobroker/testing": "^5.2.2",
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^25.
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.58.2",
|
|
69
|
-
"@typescript-eslint/parser": "^8.58.2"
|
|
66
|
+
"@tsconfig/node22": "^22.0.5",
|
|
67
|
+
"@types/node": "^25.8.0"
|
|
70
68
|
},
|
|
71
69
|
"readmeFilename": "README.md"
|
|
72
70
|
}
|