diff --git a/README.md b/README.md index bad200c..0cfd315 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To reset the counted operating hours just write one numeric state to 0. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** adding average on time +### 0.0.19 (2022-10-18) adding average on time * (BenAhrdt) average on time indicates a string this formular: operatingHour/activationCounter ### 0.0.18 (2022-10-03) adding some states diff --git a/io-package.json b/io-package.json index 03d5b66..eed8ccc 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "operating-hours", - "version": "0.0.18", + "version": "0.0.19", "news": { + "0.0.19": { + "en": "average on time indicates a string this formular: operatingHour/activationCounter", + "de": "durchschnittlich auf der Zeit gibt einen String diesen Formelr an: Geruch/Aktivierung Anzahl", + "ru": "средний по времени указывает на строку эту формулу: работа Час/активация Счетчик", + "pt": "média no tempo indica uma string este formulador: operando Hour/ativação Contador", + "nl": "gemiddeld op tijd wijst op een string deze formulering: Hour/activatie Contra", + "fr": "moyenne sur le temps indique une chaîne de ce formuleur: fonctionnement Heure/activation Counter", + "it": "media in tempo indica una stringa questo formulare: operativo Orario/attivazione Contatore", + "es": "promedio en el tiempo indica una cadena este formulario: el funcionamiento Hora/activación Contrato", + "pl": "średnio w czasie oznacza to sygnalizację sygnalną: funkcjonującą w tym czasie. godzina i aktywacja kontrkandydat", + "uk": "середній на час вказує рядок цей формулатор: операційний Час/активація Лічильник", + "zh-cn": "平均时间表示这种形式:操作 Hour/启动 反对" + }, "0.0.18": { "en": "adding days states, additional string and json state", "de": "hinzufügen von tagen zuständen, zusätzlicher string und json zustand", @@ -74,18 +87,6 @@ "es": "establecer las dependencias de administración para", "pl": "zawartość admini zależy od >= 6.2.17", "zh-cn": "确定危急情况" - }, - "0.0.12": { - "en": "regex for \".\" on last character implemented", - "de": "regex für \"", - "ru": "regex for \".\" на последнем персонаже реализовано", - "pt": "regex para \".\" no último personagem implementado", - "nl": "regex voor \"", - "fr": "regex for \".\" on last character implemented", - "it": "regex per \". su ultimo personaggio implementato", - "es": "regex for \".\" on last character implemented", - "pl": "\"w ostatniej postaci zrealizowano\"", - "zh-cn": "实施最后性质中的“......”的登记" } }, "title": "Operating-Hours", diff --git a/package-lock.json b/package-lock.json index e54af98..511394a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.operating-hours", - "version": "0.0.18", + "version": "0.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.operating-hours", - "version": "0.0.18", + "version": "0.0.19", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index 0cc1945..57981cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.operating-hours", - "version": "0.0.18", + "version": "0.0.19", "description": "counting the operationg hours of own created states", "author": { "name": "BenAhrdt",