iobroker.leapmotor 0.5.5 → 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 +6 -7
- package/admin/tab/tab.js +103 -103
- package/admin/tab.js +103 -103
- package/build/main.js +27 -2
- package/io-package.json +29 -28
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,21 +90,20 @@ leapmotor.0.<VIN>.pictures.composite_html
|
|
|
90
90
|
| cmd.refresh | Trigger immediate status update | – |
|
|
91
91
|
|
|
92
92
|
## Changelog
|
|
93
|
-
### 0.5.
|
|
93
|
+
### 0.5.7 (2026-06-29)
|
|
94
94
|
- (placeholder for next release)
|
|
95
95
|
|
|
96
|
-
### 0.5.
|
|
96
|
+
### 0.5.6 (2026-06-29)
|
|
97
97
|
- (placeholder for next release)
|
|
98
98
|
|
|
99
|
-
### 0.5.
|
|
99
|
+
### 0.5.5 (2026-06-29)
|
|
100
100
|
- (placeholder for next release)
|
|
101
101
|
|
|
102
|
-
### 0.5.
|
|
102
|
+
### 0.5.4 (2026-06-26)
|
|
103
103
|
- (placeholder for next release)
|
|
104
104
|
|
|
105
|
-
### 0.5.
|
|
106
|
-
-
|
|
107
|
-
- Maintenance: dependency cleanup
|
|
105
|
+
### 0.5.3 (2026-06-26)
|
|
106
|
+
- (placeholder for next release)
|
|
108
107
|
|
|
109
108
|
Older changes can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
110
109
|
|