Skip to content

Commit b382917

Browse files
committed
chore: release v2.1.3
- (Gaspode) Increased read timeout from 10 to 20 s
1 parent 35820a0 commit b382917

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
@@ -61,8 +61,7 @@ How to find SN and Check code for registration is described here: https://github
6161
**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.**
6262

6363
## Changelog
64-
65-
### **WORK IN PROGRESS**
64+
### 2.1.3 (2024-08-07)
6665

6766
- (Gaspode) Increased read timeout from 10 to 20 s
6867

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": "2.1.2",
4+
"version": "2.1.3",
55
"news": {
6+
"2.1.3": {
7+
"en": "Increased read timeout from 10s to 20s",
8+
"de": "Read Timeout von 10 auf 20 Sekunden erhöht",
9+
"ru": "Увеличение времени чтения с 10 до 20 с",
10+
"pt": "Aumento do tempo de leitura de 10 a 20 s",
11+
"nl": "Verhoogde leestijd van 10 tot 20 s",
12+
"fr": "Augmentation du temps de lecture de 10 à 20 s",
13+
"it": "Tempo di lettura aumentato da 10 a 20 s",
14+
"es": "Mayor tiempo de lectura de 10 a 20 s",
15+
"pl": "Zwiększony czas odczytu od 10 do 20 s",
16+
"uk": "Підвищений час читання від 10 до 20 с",
17+
"zh-cn": "阅读超时从10秒增加到20秒"
18+
},
619
"2.1.2": {
720
"en": "Quality of states optimized",
821
"de": "Quality Wert von States optimiert",
@@ -80,19 +93,6 @@
8093
"pl": "Zmiana: Przewiduje wsparcie API Closed",
8194
"uk": "Зміна несправностей: Видалити підтримку Закритого API",
8295
"zh-cn": "打破变化: B. 取消对已结束的反补贴方案的支持"
83-
},
84-
"1.3.0": {
85-
"en": "Support wallbox with Open API\nStart and stop charging of wallbox with Open API",
86-
"de": "Wallbox Unterstützung mit Open API\nStarten und stoppen des Ladevorgangs der Wallbox mit Open API",
87-
"ru": "Поддержка настенного ящика с Open API\nНачните и остановите зарядку настенного ящика с Open API",
88-
"pt": "Suporte wallbox com API aberta\nIniciar e parar de carregar de wallbox com API aberta",
89-
"nl": "Steun muur met open API\nBegin en stop met het inladen van een muurkist met open API",
90-
"fr": "Porte-monnaie support avec Open API\nDémarrer et arrêter le chargement de la boîte murale avec Open API",
91-
"it": "Supporto wallbox con Open API\nAvviare e interrompere la ricarica di wallbox con Open API",
92-
"es": "Soporte de pared con Open API\nComience y deje de cargar Wallbox con Open API",
93-
"pl": "Współdzielnia z API Open\nStart i zatrzymanie ładowania skrzynki z Open API",
94-
"uk": "Підтримка настінної коробки з відкритим API\nСтарт і зупинка зарядки стінок з відкритим API",
95-
"zh-cn": "A. 开放式API的支助墙箱\nA. 开端和停止向开放的阿联酋投掷石箱"
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": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Read and write data from and to Alpha ESS systems.",
55
"author": {
66
"name": "Gaspode",

0 commit comments

Comments
 (0)