Skip to content

Commit 81d9cdd

Browse files
committed
chore: release v4.1.0
- (Gaspode) Read and write wallbox current
1 parent 6e09d2a commit 81d9cdd

4 files changed

Lines changed: 18 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ How to find SN and Check code for registration is described here: https://github
5555
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
5656

5757
## Changelog
58-
59-
### **WORK IN PROGRESS**
58+
### 4.1.0 (2026-02-14)
6059

6160
- (Gaspode) Read and write wallbox current
6261

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "alpha-ess",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"news": {
6+
"4.1.0": {
7+
"en": "Read and write wallbox current",
8+
"de": "Lesen und schreiben der Wallbox Stromvotgabee",
9+
"ru": "Читать и писать Wallbox Current",
10+
"pt": "Ler e escrever o wallbox actual",
11+
"nl": "Wallbox stroom lezen en schrijven",
12+
"fr": "Lecture et écriture du courant wallbox",
13+
"it": "Leggere e scrivere la corrente wallbox",
14+
"es": "Leer y escribir corriente de caja de pared",
15+
"pl": "Odczyt i zapis prądu tapety",
16+
"uk": "Читання та написати струмок",
17+
"zh-cn": "读写壁框当前"
18+
},
619
"4.0.0": {
720
"en": "Update dependencies, Node.js version 20 or later is now required",
821
"de": "Abhängigkeiten aktualisiert, Node.js Version 20 oder höher ist jetzt erforderlich",
@@ -80,19 +93,6 @@
8093
"pl": "Migrant to ESLint 9",
8194
"uk": "Міграція до ESLint 9",
8295
"zh-cn": "迁移到 ESLint 9"
83-
},
84-
"2.1.5": {
85-
"en": "Optimized GUI for all screen resolutions (responsive design)",
86-
"de": "GUI für alle Bildschirmauflösungen optimiert (Responsive Design)",
87-
"ru": "Оптимизированный графический интерфейс для всех экранных решений (ответственный дизайн)",
88-
"pt": "GUI otimizada para todas as resoluções de tela (design responsivo)",
89-
"nl": "Geoptimaliseerde GUI voor alle schermresoluties (responsief ontwerp)",
90-
"fr": "IGU optimisé pour toutes les résolutions d'écran (conception sensible)",
91-
"it": "GUI ottimizzata per tutte le risoluzioni dello schermo (progetto reattivo)",
92-
"es": "Optimizado GUI para todas las resoluciones de pantalla (diseño responsable)",
93-
"pl": "Zoptymalizowany interfejs graficzny dla wszystkich rozdzielczości ekranu (responsible design)",
94-
"uk": "Оптимізований графічний інтерфейс для всіх дозволів екрану (відповідальний дизайн)",
95-
"zh-cn": "优化所有屏幕分辨率的图形用户界面(响应设计)"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.alpha-ess",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Read and write data from and to Alpha ESS systems.",
55
"author": {
66
"name": "Gaspode",

0 commit comments

Comments
 (0)