Skip to content

Commit 79e9bc7

Browse files
author
ticaki
committed
chore: release v0.6.1
* (ticaki) downgrade level to 8.0.1
1 parent 04bf53f commit 79e9bc7

File tree

4 files changed

+86
-56
lines changed

4 files changed

+86
-56
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ For help use issue or if u understand german https://forum.iobroker.net/topic/71
4040
Placeholder for the next version (at the beginning of the line):
4141
### **WORK IN PROGRESS**
4242
-->
43+
### 0.6.1 (2025-02-06)
44+
* (ticaki) downgrade level to 8.0.1
45+
4346
### 0.6.0 (2025-02-05)
4447
* (ticaki) Position determination with permitted massive deviation added.
4548

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "espresense",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"news": {
6+
"0.6.1": {
7+
"en": "downgrade level to 8.0.1",
8+
"de": "tiefenstand bis 8.0.1",
9+
"ru": "уровень понижения до 8,0,1",
10+
"pt": "nível de downgrade para 8.0.1",
11+
"nl": "downgradeniveau tot 8.0.1",
12+
"fr": "niveau inférieur à 8.0.1",
13+
"it": "livello di downgrade a 8.0.1",
14+
"es": "nivel de reducción a 8.0.1",
15+
"pl": "poziom obniżony do 8.0.1",
16+
"uk": "рівень до 8.0.1",
17+
"zh-cn": "降级至8.0.1级"
18+
},
619
"0.6.0": {
720
"en": "Position determination with permitted massive deviation added.",
821
"de": "Positionsbestimmung mit erlaubter massiver Abweichung hinzugefügt.",
@@ -80,19 +93,6 @@
8093
"pl": "zaktualizowane zależności",
8194
"uk": "оновлені залежності",
8295
"zh-cn": "更新依赖关系"
83-
},
84-
"0.4.4": {
85-
"en": "The time period over which incoming Mqtt messages are collected can be configured. min. 1 sec max. (2^31-1) / 1000 sec",
86-
"de": "Die Zeitspanne, über die eingehende Mqt-Nachrichten gesammelt werden, kann konfiguriert werden. min. 1 sec max. (2^31-1) / 1000 sec",
87-
"ru": "Период времени, в течение которого собираются входящие Mqtt сообщения, может быть настроен. мин. 1 сек макс. (2^31-1) / 1000 сек",
88-
"pt": "O período de tempo em que as mensagens Mqtt são coletadas podem ser configuradas. min. 1 seg max. (2^31-1) / 1000 sec",
89-
"nl": "De periode waarover inkomende Mqtt-berichten worden verzameld, kan worden geconfigureerd. min. 1 sec max. (2^31-1) / 1000 sec",
90-
"fr": "La période pendant laquelle les messages Mqtt entrants sont recueillis peut être configurée. min. 1 sec max. (2^31-1) / 1000 sec",
91-
"it": "Il periodo di tempo in cui vengono raccolti i messaggi Mqtt in entrata può essere configurato. min. 1 sec max. (2^31-1) / 1000 sec",
92-
"es": "Puede configurarse el período sobre el cual se recopilan los mensajes entrantes de Mqtt. min. 1 sec max. (2^31-1) / 1000 sec",
93-
"pl": "Można skonfigurować okres zbierania przychodzących wiadomości Mqtt. min. 1 s maks. (2 ^ 31-1) / 1000 s",
94-
"uk": "Часовий період, над яким вхідні повідомлення Mqtt можна налаштувати. 1 сек макс. (2^31-1) / 1000 сек",
95-
"zh-cn": "接收到的 Mqtt 信件的时间段可以配置 。 最大1秒(2^31-1)/ 1000秒"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

+67-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.espresense",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Connect to ESPresense",
55
"author": {
66
"name": "ticaki",
@@ -24,7 +24,7 @@
2424
"@iobroker/adapter-core": "^3.2.2",
2525
"aedes": "^0.51.3",
2626
"aedes-persistence-level": "^8.0.1",
27-
"level": "^9.0.0",
27+
"level": "^8.0.1",
2828
"mqtt": "^5.10.3"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)