iobroker.al-ko 0.2.9 → 0.2.10

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.
Files changed (3) hide show
  1. package/README.md +10 -127
  2. package/io-package.json +15 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -54,6 +54,16 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
54
54
 
55
55
  ## Changelog
56
56
 
57
+ ### 0.2.10 (2025-10-28)
58
+
59
+ **Deutsch:**
60
+ - Adapter-Kategorie angepasst: Typ von 'hardware' auf 'garden' geändert.
61
+ - Keine funktionalen Änderungen für Anwender
62
+
63
+ **English:**
64
+ - Changed adapter type from 'hardware' to 'garden' for proper categorization in ioBroker Admin and repositories.
65
+ - No functional changes for end users
66
+
57
67
  ### 0.2.9 (2025-10-28)
58
68
 
59
69
  **Deutsch:**
@@ -92,133 +102,6 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
92
102
  - Removed unnecessary `publishConfig` from `package.json`
93
103
  - No functional changes
94
104
 
95
- ### 0.2.6 (2025-10-26)
96
-
97
- **Deutsch:**
98
- - Korrigierte externe Icon-URL (`extIcon`) – verweist nun auf den korrekten Branch `master` anstelle von `main`
99
- - Keine funktionalen Änderungen
100
-
101
- **English:**
102
- - Fixed external icon URL (`extIcon`) – now points to the correct `master` branch instead of `main`
103
- - No functional changes
104
-
105
- ### 0.2.5 (2025-10-23)
106
-
107
- **Deutsch:**
108
- - Neues kompaktes AL-KO-Logo (`admin/al-ko-128.png`) hinzugefügt
109
- - Kleinere kosmetische Anpassungen in der Dokumentation
110
-
111
- **English:**
112
- - Added new compact AL-KO logo (`admin/al-ko-128.png`)
113
- - Minor cosmetic improvements in documentation
114
-
115
- ### 0.2.4 (2025-10-23)
116
-
117
- **Deutsch:**
118
- - Metadaten-Anpassungen für korrekte Anzeige im ioBroker Admin und auf npm
119
- - Der Autor wird jetzt korrekt angezeigt, und das Adapter-Icon erscheint im Admin
120
- - Keine funktionalen Änderungen am Code
121
-
122
- **English:**
123
- - Metadata adjustments for correct display in ioBroker Admin and npm
124
- - Author information and adapter icon are now shown correctly
125
- - No functional changes to the code
126
-
127
- ### 0.2.3 (2025-10-22)
128
-
129
- **Deutsch:**
130
- - WebSocket-Stabilität deutlich verbessert:
131
- - Heartbeat (Ping/Pong) alle **120 Sekunden** mit **30 Sekunden** Timeout
132
- - Bei fehlendem Pong oder Fehlern wird die Verbindung **aktiv beendet**, damit ein sauberer **Reconnect** erfolgt
133
- - Entfernt: „Silence-Watchdog“, damit es in längeren Ruhephasen (z. B. nachts) **keine unnötigen Reconnects** gibt
134
-
135
- **English:**
136
- - Improved WebSocket stability:
137
- - Heartbeat (ping/pong) every **120 seconds** with **30 seconds** timeout
138
- - If pong is missing or errors occur, the socket is **terminated** to trigger a clean **reconnect**
139
- - Removed the **silence watchdog** to avoid unnecessary reconnects during long idle periods (e.g., at night)
140
-
141
-
142
- ### 0.2.2 (2025-10-20)
143
-
144
- **Deutsch:**
145
- * Vorbereitung auf die erste npm-Veröffentlichung
146
- * Versionsnummern zwischen `io-package.json` und `package.json` synchronisiert
147
- * npm-Metadaten ergänzt und Veröffentlichungskonfiguration hinzugefügt
148
- * Kleinere interne Anpassungen für bessere Kompatibilität mit npm-Publishing
149
-
150
- **English:**
151
- * Prepared for first npm release
152
- * Synchronized version numbers between `io-package.json` and `package.json`
153
- * Added npm metadata and publication configuration
154
- * Minor internal adjustments for improved npm-publish compatibility
155
-
156
-
157
- ### 0.2.1 (2025-10-19)
158
-
159
- **Deutsch:**
160
- - Neue Admin-UI-Option zum Aktivieren/Deaktivieren des WebSocket-Nachrichten-Loggings (`wsDebug`)
161
- - Das Logging eingehender WebSocket-Nachrichten kann nun direkt in der Adapter-Konfiguration gesteuert werden
162
- - Kleine interne Anpassungen zur Verbesserung der Konfigurierbarkeit und Log-Flexibilität
163
-
164
- **English:**
165
- - Added new Admin UI option to enable/disable WebSocket message logging (`wsDebug`)
166
- - Logging of incoming WebSocket messages can now be toggled directly from the adapter configuration
167
- - Minor internal improvements for configurability and logging flexibility
168
-
169
- ---
170
-
171
- ### 0.2.0 (2025-10-08)
172
-
173
- **Deutsch:**
174
- - 🧹 Migration auf ESLint 9 (Flat-Config)
175
- - Alte `.eslintrc`-Dateien entfernt und durch `eslint.config.mjs` ersetzt
176
- - `package.json` angepasst (neue Dev-Dependencies: `@eslint/js`, `typescript-eslint`, `@iobroker/eslint-config`, `prettier`)
177
- - Lint-Scope auf `main.js` und `lib/` beschränkt
178
- - Alle bisherigen Lint-Fehler und Warnungen behoben
179
- - 💡 Vorbereitung auf zukünftige „Produktiv-Lint“-Variante für Releases
180
-
181
- **English:**
182
- - 🧹 Migrated to ESLint 9 (Flat Config)
183
- - Removed old `.eslintrc` files and replaced with `eslint.config.mjs`
184
- - Updated `package.json` (new devDependencies: `@eslint/js`, `typescript-eslint`, `@iobroker/eslint-config`, `prettier`)
185
- - Limited lint scope to `main.js` and `lib/`
186
- - Fixed all existing lint errors and warnings
187
- - 💡 Preparation for future “production lint” variant for releases
188
-
189
- ---
190
-
191
- ### 0.1.2 (2025-09-30)
192
-
193
- **Deutsch:**
194
- - Verbesserte Admin-UI-Konfiguration
195
- - Fehler bei der Adapterprüfung behoben
196
-
197
- **English:**
198
- - Improved Admin UI configuration
199
- - Fixed adapter-check validation issues
200
-
201
- ---
202
-
203
- ### 0.1.1 (2025-09-29)
204
-
205
- **Deutsch:**
206
- - ✨ Erste Veröffentlichung
207
- - Verbindung mit der AL-KO API
208
- - Automatisches Anlegen der States
209
- - Push von Änderungen an AL-KO
210
- - WebSocket-Integration für Echtzeit-Updates
211
-
212
- **English:**
213
- - ✨ Initial release
214
- - Connection to the AL-KO API
215
- - Automatic creation of states
216
- - Push of state changes to AL-KO
217
- - WebSocket integration for real-time updates
218
-
219
-
220
- ---
221
-
222
105
  ## License
223
106
  MIT License
224
107
 
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "al-ko",
4
- "version": "0.2.9",
4
+ "version": "0.2.10",
5
5
  "tier": 3,
6
6
  "titleLang": {
7
7
  "en": "AL-KO",
@@ -33,6 +33,19 @@
33
33
  "Hubert Zechner <hubertiob@posteo.at>"
34
34
  ],
35
35
  "news": {
36
+ "0.3.0": {
37
+ "en": "Adapter category updated: changed type from 'hardware' to 'garden' for correct classification in ioBroker Admin and repositories. No functional changes.",
38
+ "de": "Adapter-Kategorie aktualisiert: Typ von 'hardware' auf 'garden' geändert, um die korrekte Einordnung in ioBroker Admin und den Repositories sicherzustellen. Keine funktionalen Änderungen.",
39
+ "ru": "Обновлена категория адаптера: тип изменён с 'hardware' на 'garden' для правильной классификации в ioBroker Admin и репозиториях. Без функциональных изменений.",
40
+ "pt": "Categoria do adaptador atualizada: tipo alterado de 'hardware' para 'garden' para classificação correta no ioBroker Admin e repositórios. Sem alterações funcionais.",
41
+ "nl": "Adaptercategorie bijgewerkt: type gewijzigd van 'hardware' naar 'garden' voor correcte classificatie in ioBroker Admin en repositories. Geen functionele wijzigingen.",
42
+ "fr": "Catégorie d’adaptateur mise à jour : type modifié de 'hardware' à 'garden' pour une classification correcte dans ioBroker Admin et les dépôts. Aucune modification fonctionnelle.",
43
+ "it": "Categoria dell’adattatore aggiornata: tipo modificato da 'hardware' a 'garden' per una corretta classificazione in ioBroker Admin e nei repository. Nessuna modifica funzionale.",
44
+ "es": "Categoría del adaptador actualizada: tipo cambiado de 'hardware' a 'garden' para una clasificación correcta en ioBroker Admin y los repositorios. Sin cambios funcionales.",
45
+ "pl": "Zaktualizowano kategorię adaptera: zmieniono typ z 'hardware' na 'garden' w celu poprawnej klasyfikacji w ioBroker Admin i repozytoriach. Bez zmian funkcjonalnych.",
46
+ "uk": "Оновлено категорію адаптера: тип змінено з 'hardware' на 'garden' для правильного відображення в ioBroker Admin і репозиторіях. Без функціональних змін.",
47
+ "zh-cn": "更新适配器类别:将类型从“hardware”更改为“garden”,以便在 ioBroker Admin 和存储库中正确分类。无功能更改。"
48
+ },
36
49
  "0.2.9": {
37
50
  "en": "Maintenance update: resolved npm dependency conflicts (`sinon-chai` vs `chai`), updated ESLint configuration to version 9 with @iobroker/eslint-config v2.2.0 for full compatibility. Improved CI stability on GitHub Actions. No functional changes.",
38
51
  "de": "Wartungsupdate: npm-Abhängigkeitskonflikte (`sinon-chai` vs. `chai`) behoben, ESLint-Konfiguration auf Version 9 mit @iobroker/eslint-config v2.2.0 aktualisiert. Verbesserte CI-Stabilität auf GitHub Actions. Keine funktionalen Änderungen.",
@@ -155,7 +168,7 @@
155
168
  "link": "https://opensource.org/licenses/MIT"
156
169
  },
157
170
  "platform": "Javascript/Node.js",
158
- "type": "hardware",
171
+ "type": "garden",
159
172
  "loglevel": "info",
160
173
  "connectionType": "cloud",
161
174
  "dataSource": "push",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.al-ko",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Adapter for communication with Al-Ko garden tools",
5
5
  "author": {
6
6
  "name": "Hubert Zechner",