Skip to content

Commit

Permalink
chore: release v0.0.19
Browse files Browse the repository at this point in the history
* (BenAhrdt) average on time indicates a string this formular: operatingHour/activationCounter
  • Loading branch information
BenAhrdt committed Oct 18, 2022
1 parent 55a61a1 commit 1ffe67c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1ffe67c

Please sign in to comment.