diff --git a/README.md b/README.md index b0cdbfa..63c0788 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,9 @@ This channel contains values polled from SENEC App-API. ## Changelog +### 1.6.7 (NoBl) +* Added option to turn off local polling. + ### 1.6.6 (NoBl) * Node 16 required * Bugfixes diff --git a/io-package.json b/io-package.json index 6e922e9..84a2576 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "senec", - "version": "1.6.6", + "version": "1.6.7", "news": { + "1.6.7": { + "en": "Added option to turn off local polling.", + "de": "Option hinzugefügt, um die lokale Abfrage der Appliance abzuschalten.", + "ru": "Добавлена возможность отключить локальный опрос.", + "pt": "Opção adicionada para desligar a sondagem local.", + "nl": "Toegevoegd optie om lokale peilingen uit te zetten.", + "fr": "Ajout de l'option pour désactiver le vote local.", + "it": "Aggiunta opzione per spegnere polling locale.", + "es": "Se agregó la opción de apagar las encuestas locales.", + "pl": "Wstępna opcja, aby odwołać lokalną sondę.", + "uk": "Додана можливість вимкнути локальне опитування.", + "zh-cn": "增加地方投票的选择。." + }, "1.6.6": { "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", "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", diff --git a/package.json b/package.json index 298af65..373d339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.senec", - "version": "1.6.6", + "version": "1.6.7", "description": "Senec Home", "author": { "name": "NoBl",