iobroker.al-ko 0.2.2
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 +21 -0
- package/README.md +161 -0
- package/admin/LICENSE +21 -0
- package/admin/al-ko.png +0 -0
- package/admin/i18n/de/translations.json +5 -0
- package/admin/i18n/en/translations.json +5 -0
- package/admin/i18n/es/translations.json +5 -0
- package/admin/i18n/fr/translations.json +5 -0
- package/admin/i18n/it/translations.json +5 -0
- package/admin/i18n/nl/translations.json +5 -0
- package/admin/i18n/pl/translations.json +5 -0
- package/admin/i18n/pt/translations.json +5 -0
- package/admin/i18n/ru/translations.json +5 -0
- package/admin/i18n/uk/translations.json +5 -0
- package/admin/i18n/zh-cn/translations.json +5 -0
- package/admin/jsonConfig.json +60 -0
- package/io-package.json +155 -0
- package/lib/adapter-config.d.ts +19 -0
- package/main.js +599 -0
- package/package.json +94 -0
- package/whitelist.json +133 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Hubert <hubert.zechner@posteo.at>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+

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

|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
[](https://nodei.co/npm/iobroker.al-ko/)
|
|
10
|
+
|
|
11
|
+
**Tests:** 
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## ioBroker.al-ko
|
|
16
|
+
|
|
17
|
+
Adapter zur Kommunikation mit **AL-KO Robolinho** und weiteren AL-KO Gartengeräten.
|
|
18
|
+
|
|
19
|
+
Adapter for communication with **AL-KO Robolinho** and other AL-KO garden tools.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Funktionsumfang / Features
|
|
24
|
+
|
|
25
|
+
- Verbindung mit der offiziellen **AL-KO Cloud API**
|
|
26
|
+
- Automatisches Anlegen aller relevanten States
|
|
27
|
+
- Alle schreibbaren States werden berücksichtigt (Whitelist)
|
|
28
|
+
- Änderungen an States werden per API zurück in die Cloud gepusht
|
|
29
|
+
- Gerätestatus wird automatisch und in Echtzeit über **WebSocket** aktualisiert
|
|
30
|
+
- Authentifizierung via Benutzername / Passwort und API-Client-Daten
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Konfiguration
|
|
35
|
+
|
|
36
|
+
Um den Adapter zu nutzen, benötigen Sie API-Zugangsdaten von AL-KO.
|
|
37
|
+
Diese können Sie hier beantragen:
|
|
38
|
+
👉 [AL-KO IoT API Zugang](https://alko-garden.at/iot-api-zugang-anfordern/)
|
|
39
|
+
|
|
40
|
+
Im Admin müssen folgende Daten hinterlegt werden:
|
|
41
|
+
- **Username** (AL-KO Konto)
|
|
42
|
+
- **Password**
|
|
43
|
+
- **Client ID**
|
|
44
|
+
- **Client Secret**
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## DISCLAIMER
|
|
49
|
+
|
|
50
|
+
Dieser Adapter steht **in keinem Zusammenhang mit der Firma AL-KO**.
|
|
51
|
+
Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** dafür an.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Changelog
|
|
56
|
+
|
|
57
|
+
## Changelog
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### 0.2.2 (2025-10-20)
|
|
61
|
+
|
|
62
|
+
**Deutsch:**
|
|
63
|
+
* Vorbereitung auf die erste npm-Veröffentlichung
|
|
64
|
+
* Versionsnummern zwischen `io-package.json` und `package.json` synchronisiert
|
|
65
|
+
* npm-Metadaten ergänzt und Veröffentlichungskonfiguration hinzugefügt
|
|
66
|
+
* Kleinere interne Anpassungen für bessere Kompatibilität mit npm-Publishing
|
|
67
|
+
|
|
68
|
+
**English:**
|
|
69
|
+
* Prepared for first npm release
|
|
70
|
+
* Synchronized version numbers between `io-package.json` and `package.json`
|
|
71
|
+
* Added npm metadata and publication configuration
|
|
72
|
+
* Minor internal adjustments for improved npm-publish compatibility
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### 0.2.1 (2025-10-19)
|
|
76
|
+
|
|
77
|
+
**Deutsch:**
|
|
78
|
+
- Neue Admin-UI-Option zum Aktivieren/Deaktivieren des WebSocket-Nachrichten-Loggings (`wsDebug`)
|
|
79
|
+
- Das Logging eingehender WebSocket-Nachrichten kann nun direkt in der Adapter-Konfiguration gesteuert werden
|
|
80
|
+
- Kleine interne Anpassungen zur Verbesserung der Konfigurierbarkeit und Log-Flexibilität
|
|
81
|
+
|
|
82
|
+
**English:**
|
|
83
|
+
- Added new Admin UI option to enable/disable WebSocket message logging (`wsDebug`)
|
|
84
|
+
- Logging of incoming WebSocket messages can now be toggled directly from the adapter configuration
|
|
85
|
+
- Minor internal improvements for configurability and logging flexibility
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
### 0.2.0 (2025-10-08)
|
|
90
|
+
|
|
91
|
+
**Deutsch:**
|
|
92
|
+
- 🧹 Migration auf ESLint 9 (Flat-Config)
|
|
93
|
+
- Alte `.eslintrc`-Dateien entfernt und durch `eslint.config.mjs` ersetzt
|
|
94
|
+
- `package.json` angepasst (neue Dev-Dependencies: `@eslint/js`, `typescript-eslint`, `@iobroker/eslint-config`, `prettier`)
|
|
95
|
+
- Lint-Scope auf `main.js` und `lib/` beschränkt
|
|
96
|
+
- Alle bisherigen Lint-Fehler und Warnungen behoben
|
|
97
|
+
- 💡 Vorbereitung auf zukünftige „Produktiv-Lint“-Variante für Releases
|
|
98
|
+
|
|
99
|
+
**English:**
|
|
100
|
+
- 🧹 Migrated to ESLint 9 (Flat Config)
|
|
101
|
+
- Removed old `.eslintrc` files and replaced with `eslint.config.mjs`
|
|
102
|
+
- Updated `package.json` (new devDependencies: `@eslint/js`, `typescript-eslint`, `@iobroker/eslint-config`, `prettier`)
|
|
103
|
+
- Limited lint scope to `main.js` and `lib/`
|
|
104
|
+
- Fixed all existing lint errors and warnings
|
|
105
|
+
- 💡 Preparation for future “production lint” variant for releases
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
### 0.1.2 (2025-09-30)
|
|
110
|
+
|
|
111
|
+
**Deutsch:**
|
|
112
|
+
- Verbesserte Admin-UI-Konfiguration
|
|
113
|
+
- Fehler bei der Adapterprüfung behoben
|
|
114
|
+
|
|
115
|
+
**English:**
|
|
116
|
+
- Improved Admin UI configuration
|
|
117
|
+
- Fixed adapter-check validation issues
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
### 0.1.1 (2025-09-29)
|
|
122
|
+
|
|
123
|
+
**Deutsch:**
|
|
124
|
+
- ✨ Erste Veröffentlichung
|
|
125
|
+
- Verbindung mit der AL-KO API
|
|
126
|
+
- Automatisches Anlegen der States
|
|
127
|
+
- Push von Änderungen an AL-KO
|
|
128
|
+
- WebSocket-Integration für Echtzeit-Updates
|
|
129
|
+
|
|
130
|
+
**English:**
|
|
131
|
+
- ✨ Initial release
|
|
132
|
+
- Connection to the AL-KO API
|
|
133
|
+
- Automatic creation of states
|
|
134
|
+
- Push of state changes to AL-KO
|
|
135
|
+
- WebSocket integration for real-time updates
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## License
|
|
141
|
+
MIT License
|
|
142
|
+
|
|
143
|
+
Copyright (c) 2025 Hubert <hubertiob@posteo.at>
|
|
144
|
+
|
|
145
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
146
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
147
|
+
in the Software without restriction, including without limitation the rights
|
|
148
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
149
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
150
|
+
furnished to do so, subject to the following conditions:
|
|
151
|
+
|
|
152
|
+
The above copyright notice and this permission notice shall be included in all
|
|
153
|
+
copies or substantial portions of the Software.
|
|
154
|
+
|
|
155
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
156
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
157
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
158
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
159
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
160
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
161
|
+
SOFTWARE.
|
package/admin/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Hubert <hubert.zechner@posteo.at>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/admin/al-ko.png
ADDED
|
Binary file
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "panel",
|
|
3
|
+
"label": {
|
|
4
|
+
"en": "General",
|
|
5
|
+
"de": "Allgemein",
|
|
6
|
+
"ru": "Общие",
|
|
7
|
+
"pt": "Geral",
|
|
8
|
+
"nl": "Algemeen",
|
|
9
|
+
"fr": "Général",
|
|
10
|
+
"it": "Generale",
|
|
11
|
+
"es": "General",
|
|
12
|
+
"pl": "Ogólne",
|
|
13
|
+
"uk": "Загальні",
|
|
14
|
+
"zh-cn": "常规"
|
|
15
|
+
},
|
|
16
|
+
"items": {
|
|
17
|
+
"username": {
|
|
18
|
+
"type": "text",
|
|
19
|
+
"label": {
|
|
20
|
+
"en": "Username",
|
|
21
|
+
"de": "Benutzername"
|
|
22
|
+
},
|
|
23
|
+
"placeholder": "Enter your AL-KO account username",
|
|
24
|
+
"size": { "xs": 12, "sm": 6, "md": 6, "lg": 4, "xl": 4 }
|
|
25
|
+
},
|
|
26
|
+
"password": {
|
|
27
|
+
"type": "password",
|
|
28
|
+
"label": {
|
|
29
|
+
"en": "Password",
|
|
30
|
+
"de": "Passwort"
|
|
31
|
+
},
|
|
32
|
+
"size": { "xs": 12, "sm": 6, "md": 6, "lg": 4, "xl": 4 }
|
|
33
|
+
},
|
|
34
|
+
"clientId": {
|
|
35
|
+
"type": "text",
|
|
36
|
+
"label": {
|
|
37
|
+
"en": "Client ID",
|
|
38
|
+
"de": "Client-ID"
|
|
39
|
+
},
|
|
40
|
+
"size": { "xs": 12, "sm": 6, "md": 6, "lg": 4, "xl": 4 }
|
|
41
|
+
},
|
|
42
|
+
"clientSecret": {
|
|
43
|
+
"type": "password",
|
|
44
|
+
"label": {
|
|
45
|
+
"en": "Client Secret",
|
|
46
|
+
"de": "Client-Secret"
|
|
47
|
+
},
|
|
48
|
+
"size": { "xs": 12, "sm": 6, "md": 6, "lg": 4, "xl": 4 }
|
|
49
|
+
},
|
|
50
|
+
"wsDebug": {
|
|
51
|
+
"type": "checkbox",
|
|
52
|
+
"label": {
|
|
53
|
+
"en": "Enable WebSocket message logging",
|
|
54
|
+
"de": "WebSocket-Nachrichten protokollieren"
|
|
55
|
+
},
|
|
56
|
+
"default": false,
|
|
57
|
+
"size": { "xs": 12, "sm": 6, "md": 6, "lg": 4, "xl": 4 }
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
package/io-package.json
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "al-ko",
|
|
4
|
+
"version": "0.2.2",
|
|
5
|
+
"tier": 3,
|
|
6
|
+
"titleLang": {
|
|
7
|
+
"en": "AL-KO",
|
|
8
|
+
"de": "AL-KO",
|
|
9
|
+
"ru": "AL-KO",
|
|
10
|
+
"pt": "AL-KO",
|
|
11
|
+
"nl": "AL-KO",
|
|
12
|
+
"fr": "AL-KO",
|
|
13
|
+
"it": "AL-KO",
|
|
14
|
+
"es": "AL-KO",
|
|
15
|
+
"pl": "AL-KO",
|
|
16
|
+
"uk": "AL-KO",
|
|
17
|
+
"zh-cn": "AL-KO"
|
|
18
|
+
},
|
|
19
|
+
"desc": {
|
|
20
|
+
"en": "Adapter for AL-KO Robolinho lawnmowers",
|
|
21
|
+
"de": "Adapter für AL-KO Robolinho Rasenmäher",
|
|
22
|
+
"ru": "Адаптер для газонокосилок AL-KO Robolinho",
|
|
23
|
+
"pt": "Adaptador para cortadores de grama AL-KO Robolinho",
|
|
24
|
+
"nl": "Adapter voor AL-KO Robolinho grasmaaiers",
|
|
25
|
+
"fr": "Adaptateur pour tondeuses AL-KO Robolinho",
|
|
26
|
+
"it": "Adattatore per tosaerba AL-KO Robolinho",
|
|
27
|
+
"es": "Adaptador para cortacéspedes AL-KO Robolinho",
|
|
28
|
+
"pl": "Adapter do kosiarek AL-KO Robolinho",
|
|
29
|
+
"uk": "Адаптер для газонокосарок AL-KO Robolinho",
|
|
30
|
+
"zh-cn": "AL-KO Robolinho 割草机适配器"
|
|
31
|
+
},
|
|
32
|
+
"authors": [
|
|
33
|
+
"Hubert Zechner <hubertiob@posteo.at>"
|
|
34
|
+
],
|
|
35
|
+
"news": {
|
|
36
|
+
"0.2.2": {
|
|
37
|
+
"en": "Prepared for the first npm release. Synchronized versions between io-package.json and package.json. Added npm metadata and publication configuration. Minor internal adjustments for improved compatibility.",
|
|
38
|
+
"de": "Für die erste npm-Veröffentlichung vorbereitet. Versionen zwischen io-package.json und package.json synchronisiert. npm-Metadaten und Veröffentlichungskonfiguration hinzugefügt. Kleine interne Anpassungen zur verbesserten Kompatibilität.",
|
|
39
|
+
"ru": "Подготовлено к первому выпуску npm. Синхронизированы версии между io-package.json и package.json. Добавлены метаданные npm и конфигурация публикации. Небольшие внутренние улучшения для совместимости.",
|
|
40
|
+
"pt": "Preparado para o primeiro lançamento no npm. Versões sincronizadas entre io-package.json e package.json. Metadados npm e configuração de publicação adicionados. Pequenos ajustes internos para compatibilidade aprimorada.",
|
|
41
|
+
"nl": "Voorbereid op de eerste npm-release. Versies gesynchroniseerd tussen io-package.json en package.json. npm-metadata en publicatieconfiguratie toegevoegd. Kleine interne aanpassingen voor verbeterde compatibiliteit.",
|
|
42
|
+
"fr": "Préparé pour la première publication npm. Versions synchronisées entre io-package.json et package.json. Ajout des métadonnées npm et de la configuration de publication. Petites améliorations internes pour une meilleure compatibilité.",
|
|
43
|
+
"it": "Preparato per la prima pubblicazione npm. Versioni sincronizzate tra io-package.json e package.json. Aggiunti metadati npm e configurazione di pubblicazione. Piccoli miglioramenti interni per una migliore compatibilità.",
|
|
44
|
+
"es": "Preparado para la primera publicación en npm. Versiones sincronizadas entre io-package.json y package.json. Se agregaron metadatos npm y configuración de publicación. Pequeñas mejoras internas para una mejor compatibilidad.",
|
|
45
|
+
"pl": "Przygotowano do pierwszego wydania npm. Zsynchronizowano wersje między io-package.json i package.json. Dodano metadane npm i konfigurację publikacji. Drobne poprawki wewnętrzne dla lepszej kompatybilności.",
|
|
46
|
+
"uk": "Підготовлено до першого випуску npm. Синхронізовано версії між io-package.json і package.json. Додано метадані npm та конфігурацію публікації. Невеликі внутрішні покращення для кращої сумісності.",
|
|
47
|
+
"zh-cn": "为首次 npm 发布做好准备。同步 io-package.json 与 package.json 之间的版本。添加了 npm 元数据和发布配置。进行了少量内部改进以提高兼容性。"
|
|
48
|
+
},
|
|
49
|
+
"0.2.1": {
|
|
50
|
+
"en": "Added option in Admin UI to enable or disable WebSocket message logging (wsDebug). This allows toggling incoming WebSocket message logs directly in the adapter configuration. Minor internal improvements.",
|
|
51
|
+
"de": "Neue Option in der Admin-UI zum Aktivieren oder Deaktivieren des WebSocket-Nachrichten-Loggings (wsDebug). Das Logging eingehender WebSocket-Nachrichten kann nun direkt in der Adapter-Konfiguration gesteuert werden. Kleine interne Verbesserungen.",
|
|
52
|
+
"ru": "Добавлена опция в интерфейсе администратора для включения или отключения логирования сообщений WebSocket (wsDebug). Теперь можно управлять логированием входящих сообщений WebSocket прямо в настройках адаптера. Незначительные внутренние улучшения.",
|
|
53
|
+
"pt": "Adicionada opção na interface de administração para ativar ou desativar o registro de mensagens WebSocket (wsDebug). Agora é possível alternar o registro de mensagens diretamente na configuração do adaptador. Pequenas melhorias internas.",
|
|
54
|
+
"nl": "Optie toegevoegd in de Admin UI om het loggen van WebSocket-berichten in of uit te schakelen (wsDebug). Hiermee kun je inkomende berichten direct in de adapterconfiguratie beheren. Kleine interne verbeteringen.",
|
|
55
|
+
"fr": "Ajout d'une option dans l'interface d'administration pour activer ou désactiver la journalisation des messages WebSocket (wsDebug). Permet de basculer l'enregistrement des messages directement depuis la configuration de l'adaptateur. Améliorations internes mineures.",
|
|
56
|
+
"it": "Aggiunta un'opzione nell'interfaccia di amministrazione per abilitare o disabilitare il logging dei messaggi WebSocket (wsDebug). Ora è possibile gestire i log direttamente nella configurazione dell'adattatore. Piccoli miglioramenti interni.",
|
|
57
|
+
"es": "Se agregó una opción en la interfaz de administración para habilitar o deshabilitar el registro de mensajes WebSocket (wsDebug). Ahora se puede activar o desactivar directamente desde la configuración del adaptador. Pequeñas mejoras internas.",
|
|
58
|
+
"pl": "Dodano opcję w interfejsie administratora do włączania lub wyłączania logowania wiadomości WebSocket (wsDebug). Można teraz sterować logowaniem bezpośrednio w konfiguracji adaptera. Drobne ulepszenia wewnętrzne.",
|
|
59
|
+
"uk": "Додано опцію в інтерфейсі адміністратора для ввімкнення або вимкнення журналювання повідомлень WebSocket (wsDebug). Тепер можна керувати логуванням безпосередньо в налаштуваннях адаптера. Незначні внутрішні покращення.",
|
|
60
|
+
"zh-cn": "在管理界面中添加了启用或禁用 WebSocket 消息日志记录 (wsDebug) 的选项。现在可以在适配器配置中直接切换日志记录。进行了少量内部改进。"
|
|
61
|
+
},
|
|
62
|
+
"0.2.0": {
|
|
63
|
+
"en": "Migrated to ESLint 9 (Flat-Config) and updated development dependencies",
|
|
64
|
+
"de": "Migration auf ESLint 9 (Flat-Config) und Aktualisierung der Entwicklungsabhängigkeiten",
|
|
65
|
+
"ru": "Переход на ESLint 9 (Flat-Config) и обновлены зависимости для разработки",
|
|
66
|
+
"pt": "Migrado para ESLint 9 (Flat-Config) e dependências de desenvolvimento atualizadas",
|
|
67
|
+
"nl": "Gemigreerd naar ESLint 9 (Flat-Config) en ontwikkelafhankelijkheden bijgewerkt",
|
|
68
|
+
"fr": "Migration vers ESLint 9 (Flat-Config) et mise à jour des dépendances de développement",
|
|
69
|
+
"it": "Migrazione a ESLint 9 (Flat-Config) e aggiornate le dipendenze di sviluppo",
|
|
70
|
+
"es": "Migrado a ESLint 9 (Flat-Config) y actualizadas las dependencias de desarrollo",
|
|
71
|
+
"pl": "Migracja do ESLint 9 (Flat-Config) i aktualizacja zależności deweloperskich",
|
|
72
|
+
"uk": "Міграція на ESLint 9 (Flat-Config) та оновлено залежності розробки",
|
|
73
|
+
"zh-cn": "迁移到 ESLint 9(Flat-Config)并更新开发依赖项"
|
|
74
|
+
},
|
|
75
|
+
"0.1.2": {
|
|
76
|
+
"en": "Improved admin UI config and fixed adapter-check issues",
|
|
77
|
+
"de": "Verbesserte Admin-UI-Konfiguration und behobene Adapter-Check-Fehler",
|
|
78
|
+
"ru": "Улучшена конфигурация админ-интерфейса и исправлены ошибки adapter-check",
|
|
79
|
+
"pt": "Configuração da interface de administração melhorada e problemas do adapter-check corrigidos",
|
|
80
|
+
"nl": "Verbeterde admin UI-configuratie en adapter-checkproblemen opgelost",
|
|
81
|
+
"fr": "Configuration de l'interface d'administration améliorée et correction des problèmes d'adapter-check",
|
|
82
|
+
"it": "Configurazione dell'interfaccia di amministrazione migliorata e risolti i problemi di adapter-check",
|
|
83
|
+
"es": "Configuración de la interfaz de administración mejorada y problemas de verificación del adaptador corregidos",
|
|
84
|
+
"pl": "Ulepszona konfiguracja interfejsu administratora i naprawione błędy adapter-check",
|
|
85
|
+
"uk": "Покращена конфігурація інтерфейсу адміністратора та виправлені помилки adapter-check",
|
|
86
|
+
"zh-cn": "改进了管理界面配置并修复了适配器检查问题"
|
|
87
|
+
},
|
|
88
|
+
"0.1.1": {
|
|
89
|
+
"en": "Initial release",
|
|
90
|
+
"de": "Erste Version",
|
|
91
|
+
"ru": "Первая версия",
|
|
92
|
+
"pt": "Versão inicial",
|
|
93
|
+
"nl": "Eerste versie",
|
|
94
|
+
"fr": "Première version",
|
|
95
|
+
"it": "Prima versione",
|
|
96
|
+
"es": "Primera versión",
|
|
97
|
+
"pl": "Pierwsza wersja",
|
|
98
|
+
"uk": "Перша версія",
|
|
99
|
+
"zh-cn": "初始版本"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"keywords": [
|
|
103
|
+
"al-ko",
|
|
104
|
+
"Robolinho",
|
|
105
|
+
"mower",
|
|
106
|
+
"garden",
|
|
107
|
+
"smart-garden"
|
|
108
|
+
],
|
|
109
|
+
"extIcon": "https://raw.githubusercontent.com/zechnerhubert/ioBroker.al-ko/main/admin/al-ko.png",
|
|
110
|
+
"adminUI": {
|
|
111
|
+
"config": "json"
|
|
112
|
+
},
|
|
113
|
+
"license": "MIT",
|
|
114
|
+
"licenseInformation": {
|
|
115
|
+
"type": "free",
|
|
116
|
+
"license": "MIT",
|
|
117
|
+
"link": "https://opensource.org/licenses/MIT"
|
|
118
|
+
},
|
|
119
|
+
"platform": "Javascript/Node.js",
|
|
120
|
+
"type": "hardware",
|
|
121
|
+
"loglevel": "info",
|
|
122
|
+
"connectionType": "cloud",
|
|
123
|
+
"dataSource": "push",
|
|
124
|
+
"mode": "daemon",
|
|
125
|
+
"compact": true,
|
|
126
|
+
"icon": "al-ko.png",
|
|
127
|
+
"dependencies": [
|
|
128
|
+
{
|
|
129
|
+
"js-controller": ">=5.0.19"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"globalDependencies": [
|
|
133
|
+
{
|
|
134
|
+
"admin": ">=7.4.10"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"native": {
|
|
139
|
+
"username": "",
|
|
140
|
+
"password": "",
|
|
141
|
+
"clientId": "",
|
|
142
|
+
"clientSecret": "",
|
|
143
|
+
"wsDebug": false
|
|
144
|
+
},
|
|
145
|
+
"protectedNative": [
|
|
146
|
+
"password",
|
|
147
|
+
"clientSecret"
|
|
148
|
+
],
|
|
149
|
+
"encryptedNative": [
|
|
150
|
+
"password",
|
|
151
|
+
"clientSecret"
|
|
152
|
+
],
|
|
153
|
+
"objects": [],
|
|
154
|
+
"instanceObjects": []
|
|
155
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// This file extends the AdapterConfig type from "@types/iobroker"
|
|
2
|
+
// using the actual properties present in io-package.json
|
|
3
|
+
// in order to provide typings for adapter.config properties
|
|
4
|
+
|
|
5
|
+
import type { native } from "../io-package.json";
|
|
6
|
+
|
|
7
|
+
type _AdapterConfig = typeof native;
|
|
8
|
+
|
|
9
|
+
// Augment the globally declared type ioBroker.AdapterConfig
|
|
10
|
+
declare global {
|
|
11
|
+
namespace ioBroker {
|
|
12
|
+
interface AdapterConfig extends _AdapterConfig {
|
|
13
|
+
// Do not enter anything here!
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// this is required so the above AdapterConfig is found by TypeScript / type checking
|
|
19
|
+
export {};
|