Skip to content

Commit 4438b44

Browse files
author
NoBl
committed
Release v1.6.7 preparations
1 parent 4a9ebd6 commit 4438b44

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ This channel contains values polled from SENEC App-API.
293293

294294

295295
## Changelog
296+
### 1.6.7 (NoBl)
297+
* Added option to turn off local polling.
298+
296299
### 1.6.6 (NoBl)
297300
* Node 16 required
298301
* Bugfixes

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "senec",
4-
"version": "1.6.6",
4+
"version": "1.6.7",
55
"news": {
6+
"1.6.7": {
7+
"en": "Added option to turn off local polling.",
8+
"de": "Option hinzugefügt, um die lokale Abfrage der Appliance abzuschalten.",
9+
"ru": "Добавлена возможность отключить локальный опрос.",
10+
"pt": "Opção adicionada para desligar a sondagem local.",
11+
"nl": "Toegevoegd optie om lokale peilingen uit te zetten.",
12+
"fr": "Ajout de l'option pour désactiver le vote local.",
13+
"it": "Aggiunta opzione per spegnere polling locale.",
14+
"es": "Se agregó la opción de apagar las encuestas locales.",
15+
"pl": "Wstępna opcja, aby odwołać lokalną sondę.",
16+
"uk": "Додана можливість вимкнути локальне опитування.",
17+
"zh-cn": "增加地方投票的选择。."
18+
},
619
"1.6.6": {
720
"en": "Node 16 required; Bugfixes; Removed non-existing branches: _calc, Bat1Obj[2-4], Display, Statistic, File; Added branches: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",
821
"de": "Node 16 erforderlich; Bugfixes; Entfernt: _calc, Bat1Obj[2-4,] Display, Statistic, Datei; Hinzugefügt: CURRENT_IMBALANCE_CONTROL, BMZ_CURRENT_LIMITS, CELL_DEVIATION_ROC, SENEC_IO_OUTPUT, SENEC_IO_INPUT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.senec",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "Senec Home",
55
"author": {
66
"name": "NoBl",

0 commit comments

Comments
 (0)