iobroker.leapmotor 0.5.4 → 0.5.7

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 CHANGED
@@ -90,28 +90,20 @@ leapmotor.0.<VIN>.pictures.composite_html
90
90
  | cmd.refresh | Trigger immediate status update | – |
91
91
 
92
92
  ## Changelog
93
- ### 0.5.4 (2026-06-26)
93
+ ### 0.5.7 (2026-06-29)
94
94
  - (placeholder for next release)
95
95
 
96
- ### 0.5.3 (2026-06-26)
96
+ ### 0.5.6 (2026-06-29)
97
97
  - (placeholder for next release)
98
98
 
99
- ### 0.5.2 (2026-06-24)
99
+ ### 0.5.5 (2026-06-29)
100
100
  - (placeholder for next release)
101
101
 
102
- ### 0.5.1 (2026-06-24)
103
- - Fix: use window.setTimeout/setInterval in admin-tab frontend to satisfy repository checker
104
- - Maintenance: dependency cleanup
105
-
106
- ### 0.5.0 (2026-06-23)
107
- - New: React admin dashboard with full vehicle control
108
- - New: climate and charging schedules
109
- - New: comfort features (sentry mode, seat heat/ventilation, steering wheel heat, speed limit, mirror heat)
110
- - New: trip detection and daily mileage tracking
111
- - New: charging cost estimation with dynamic electricity pricing
112
- - New: vehicle messages and unread count
113
- - New: vehicle-model-specific feature capability system
114
- - New: embeddable animated vehicle image for VIS
102
+ ### 0.5.4 (2026-06-26)
103
+ - (placeholder for next release)
104
+
105
+ ### 0.5.3 (2026-06-26)
106
+ - (placeholder for next release)
115
107
 
116
108
  Older changes can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
117
109
 
@@ -1,4 +1,11 @@
1
1
  <!DOCTYPE html>
2
- <html><body style="background:#222;color:#fff;font-family:sans-serif;padding:20px">
3
- <h1>Test Tab funktioniert!</h1>
4
- </body></html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <title>Leapmotor</title>
6
+ <script type="module" crossorigin src="./tab.js"></script>
7
+ </head>
8
+ <body style="margin:0;padding:0;background:#070d1a">
9
+ <div id="root"></div>
10
+ </body>
11
+ </html>
@@ -1,4 +1,11 @@
1
1
  <!DOCTYPE html>
2
- <html><body style="background:#222;color:#fff;font-family:sans-serif;padding:20px">
3
- <h1>Test Tab funktioniert!</h1>
4
- </body></html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <title>Leapmotor</title>
6
+ <script type="module" crossorigin src="./tab.js"></script>
7
+ </head>
8
+ <body style="margin:0;padding:0;background:#070d1a">
9
+ <div id="root"></div>
10
+ </body>
11
+ </html>