iobroker.al-ko 0.2.4 → 0.2.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 +10 -0
- package/admin/al-ko-128.png +0 -0
- package/io-package.json +5 -2
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -56,6 +56,16 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
|
|
|
56
56
|
|
|
57
57
|
### 0.2.4 (2025-10-23)
|
|
58
58
|
|
|
59
|
+
**Deutsch:**
|
|
60
|
+
- Neues kompaktes AL-KO-Logo (`admin/al-ko-128.png`) hinzugefügt
|
|
61
|
+
- Kleinere kosmetische Anpassungen in der Dokumentation
|
|
62
|
+
|
|
63
|
+
**English:**
|
|
64
|
+
- Added new compact AL-KO logo (`admin/al-ko-128.png`)
|
|
65
|
+
- Minor cosmetic improvements in documentation
|
|
66
|
+
|
|
67
|
+
### 0.2.4 (2025-10-23)
|
|
68
|
+
|
|
59
69
|
**Deutsch:**
|
|
60
70
|
- Metadaten-Anpassungen für korrekte Anzeige im ioBroker Admin und auf npm
|
|
61
71
|
- Der Autor wird jetzt korrekt angezeigt, und das Adapter-Icon erscheint im Admin
|
|
Binary file
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "al-ko",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.5",
|
|
5
5
|
"tier": 3,
|
|
6
6
|
"titleLang": {
|
|
7
7
|
"en": "AL-KO",
|
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"Hubert Zechner <hubertiob@posteo.at>"
|
|
34
34
|
],
|
|
35
35
|
"news": {
|
|
36
|
+
"0.2.5": {
|
|
37
|
+
"en": "Improved npm/Admin appearance: Added smaller external icon (128×128) and updated author format for better display. No functional changes.",
|
|
38
|
+
"de": "Darstellung im npm/Admin-Bereich verbessert: Kleineres externes Icon (128×128) hinzugefügt und Autorenformat angepasst, um die Anzeige zu korrigieren. Keine funktionalen Änderungen."
|
|
36
39
|
"0.2.4": {
|
|
37
40
|
"en": "Metadata adjustments for correct npm/Admin display (author, icon). No functional changes.",
|
|
38
41
|
"de": "Metadaten-Anpassungen für korrekte npm-/Admin-Anzeige (Autor, Icon). Keine funktionalen Änderungen.",
|
|
@@ -80,7 +83,7 @@
|
|
|
80
83
|
"garden",
|
|
81
84
|
"smart-garden"
|
|
82
85
|
],
|
|
83
|
-
"extIcon": "https://raw.githubusercontent.com/zechnerhubert/ioBroker.al-ko/main/admin/al-ko.png",
|
|
86
|
+
"extIcon": "https://raw.githubusercontent.com/zechnerhubert/ioBroker.al-ko/main/admin/al-ko-128.png",
|
|
84
87
|
"adminUI": {
|
|
85
88
|
"config": "json"
|
|
86
89
|
},
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.al-ko",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Adapter for communication with Al-Ko garden tools",
|
|
5
|
-
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Hubert Zechner",
|
|
7
|
+
"email": "hubertiob@posteo.at"
|
|
8
|
+
},
|
|
6
9
|
"contributors": [
|
|
7
10
|
{
|
|
8
11
|
"name": "AL-KO"
|