From 79b8f10d00c6b8faa721e136b35a88a0ac328a84 Mon Sep 17 00:00:00 2001 From: braindead1 <2136249+braindead1@users.noreply.github.com> Date: Sun, 3 Jan 2021 12:28:22 +0100 Subject: [PATCH] Version 0.1.4 --- README.md | 4 ++++ io-package.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2105cc4..8911fbc 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ The mode of the lawn mower can be controlled by changing robonect.0.status.mode. It is possible to control the extensions GPIO 1, GPIO 2, OUT 1 and OUT 2 of the Robonect module. Requirement is that the mode of the extension is configured as "API" via the Robonect Web-UI. If for example LEDs are connected to OUT1, it is possible to switch them on in the night and off in the morning by setting Robonect.0.extension.out1.status to "true" or "false". ## Changelog +### 0.1.4 +* (braindead1) changed polling log level from info to debug +* (braindead1) implemented polling of garage door status + ### 0.1.3 * (braindead1) implemented JsonLogic & refactoring diff --git a/io-package.json b/io-package.json index 687a442..7a4e7b5 100644 --- a/io-package.json +++ b/io-package.json @@ -2,8 +2,20 @@ "common": { "name": "robonect", "title": "Robonect", - "version": "0.1.3", + "version": "0.1.4", "news": { + "0.1.4": { + "en": "Changed polling log level from info to debug\r\nimplemented polling of garage door status", + "de": "Die Abfrageprotokollstufe wurde von \"Info\" auf \"Debug\" geändert\r\nAbfrage des Garagentorstatus implementiert", + "ru": "Изменен уровень журнала опроса с информации на отладку\r\nреализован опрос статуса ворот гаража", + "pt": "Nível de registro de pesquisa alterado de informações para depuração\r\nimplementou a sondagem do status da porta da garagem", + "nl": "Veranderd polling-log-niveau van info naar debug\r\ngeïmplementeerd polling van garagedeurstatus", + "fr": "Changement du niveau du journal d'interrogation des informations au débogage\r\nimplémentation de l'interrogation de l'état de la porte de garage", + "it": "Cambiato il livello di log del polling da info a debug\r\nimplementato il polling dello stato della porta del garage", + "es": "Se modificó el nivel de registro de sondeo de información a depuración\r\nencuesta implementada del estado de la puerta del garaje", + "pl": "Zmieniono poziom dziennika sondowania z informacji na debugowanie\r\nwdrożono odpytywanie stanu bramy garażowej", + "zh-cn": "将轮询日志级别从信息更改为调试\r\n实施了车库门状态的轮询" + }, "0.1.3": { "en": "implemented JsonLogic & refactoring", "de": "JsonLogic implementiert & Refactoring", diff --git a/package.json b/package.json index 7e25d7a..4938832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.robonect", - "version": "0.1.3", + "version": "0.1.4", "description": "ioBroker robonect Adapter", "keywords": [ "ioBroker",