Skip to content

Commit d705f8f

Browse files
committed
chore: release v3.2.6
- station_id.length < 9 instead 18 - delay up to 177s
1 parent 7825f53 commit d705f8f

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
@@ -26,8 +26,7 @@ The received data can also be saved as JSON (sofar_realtime.json).
2626

2727

2828
## Changelog
29-
30-
### **WORK IN PROGRESS**
29+
### 3.2.6 (2025-10-14)
3130

3231
- station_id.length < 9 instead 18
3332
- delay up to 177s

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": "sofarcloud",
4-
"version": "3.2.5",
4+
"version": "3.2.6",
55
"news": {
6+
"3.2.6": {
7+
"en": "station_id.length < 9 instead 18\ndelay up to 177s",
8+
"de": "station_id.length < 9 statt 18\nverzögerung bis 177",
9+
"ru": "station_id.length < 9 вместо 18\nзадержка до 177",
10+
"pt": "station_id.length < 9 em vez disso 18\natraso até 177s",
11+
"nl": "station_id.lengte < 9 in plaats van 18\nvertraging tot 177s",
12+
"fr": "station_id. longueur < 9 au lieu de 18\nretard jusqu'à 177s",
13+
"it": "station_id.length < 9 invece 18\nritardo fino a 177",
14+
"es": "station_id.length\nretraso hasta 177",
15+
"pl": "station _ id.length < 9 zamiast 18\nopóźnienie do 177s",
16+
"uk": "станція_id. довжина < 9 замість 18\nзатримка до 177s",
17+
"zh-cn": "长度 < 9 改为 18\n延迟最多177次"
18+
},
619
"3.2.5": {
720
"en": "Added query to check whether valid station ID is available",
821
"de": "Zusätzliche Abfrage, ob eine gültige Stations-ID verfügbar ist",
@@ -80,19 +93,6 @@
8093
"pl": "Więcej informacji logowania. Brak zwiększania liczby prób logowania w przypadku błędu serwera",
8194
"uk": "Більше інформації для входу. Не збільшувати кількість спроб входу в разі помилки серверу.",
8295
"zh-cn": "更多登录信息。如果服务器出错,则不会增加登录尝试次数。"
83-
},
84-
"3.1.0": {
85-
"en": "DataReceived flag added",
86-
"de": "Datenempfangsflag hinzugefügt",
87-
"ru": "Добавлен флаг DataReceived.",
88-
"pt": "Flag DataReceived adicionada",
89-
"nl": "DataReceived-vlag toegevoegd",
90-
"fr": "Drapeau DataReceived ajouté",
91-
"it": "Flag DataReceived aggiunto",
92-
"es": "Bandera DataReceived agregada",
93-
"pl": "Dodano flagę DataReceived",
94-
"uk": "Додано прапор DataReceived",
95-
"zh-cn": "新增DataReceived标志"
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.sofarcloud",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "Reads data from the SofarCloud server",
55
"author": {
66
"name": "Daniel Luginbühl",

0 commit comments

Comments
 (0)