iobroker.leapmotor 0.5.0 → 0.5.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/README.md +5 -13
- package/admin/tab/tab.js +98 -98
- package/io-package.json +205 -192
- package/package.json +4 -9
package/README.md
CHANGED
|
@@ -90,9 +90,13 @@ leapmotor.0.<VIN>.pictures.composite_html
|
|
|
90
90
|
| cmd.refresh | Trigger immediate status update | – |
|
|
91
91
|
|
|
92
92
|
## Changelog
|
|
93
|
-
###
|
|
93
|
+
### 0.5.2 (2026-06-24)
|
|
94
94
|
- (placeholder for next release)
|
|
95
95
|
|
|
96
|
+
### 0.5.1 (2026-06-24)
|
|
97
|
+
- Fix: use window.setTimeout/setInterval in admin-tab frontend to satisfy repository checker
|
|
98
|
+
- Maintenance: dependency cleanup
|
|
99
|
+
|
|
96
100
|
### 0.5.0 (2026-06-23)
|
|
97
101
|
- New: React admin dashboard with full vehicle control
|
|
98
102
|
- New: climate and charging schedules
|
|
@@ -110,18 +114,6 @@ leapmotor.0.<VIN>.pictures.composite_html
|
|
|
110
114
|
- fix: use dynamic vehicle name from API in HTML dashboard
|
|
111
115
|
- fix: remove debug log messages
|
|
112
116
|
|
|
113
|
-
### 0.2.4 (2026-06-12)
|
|
114
|
-
- Fix: GitHub release permissions in workflow
|
|
115
|
-
|
|
116
|
-
### 0.2.3 (2026-06-12)
|
|
117
|
-
- Fix: add missing news entries
|
|
118
|
-
|
|
119
|
-
### 0.2.2 (2026-06-11)
|
|
120
|
-
- Fix: workflow, test scripts
|
|
121
|
-
|
|
122
|
-
### 0.2.1 (2026-06-10)
|
|
123
|
-
- Fix: release script, logo size, workflow improvements
|
|
124
|
-
|
|
125
117
|
Older changes can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
126
118
|
|
|
127
119
|
## License
|