Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.12
Browse files Browse the repository at this point in the history
* (Garfonso) rework debounce mechanism
  • Loading branch information
Garfonso committed Jun 18, 2024
1 parent 259c81b commit 359a2e0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https:
PLACEHOLDER for the next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.0-alpha.12 (2024-06-18)
* (Garfonso) rework debounce mechanism

### 2.0.0-alpha.11 (2024-06-16)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "rpi2",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"news": {
"2.0.0-alpha.12": {
"en": "rework debounce mechanism",
"de": "debounce mechanismus überarbeitet",
"ru": "механизм отключения",
"pt": "retrabalho mecanismo de surto",
"nl": "rework debounce-mechanisme",
"fr": "nouveau mécanisme de débonflage",
"it": "meccanismo rework debounce",
"es": "rework debounce mechanism",
"pl": "przeróbka mechanizmu debuuncji",
"uk": "механізм відключення ремесла",
"zh-cn": "重修解弹机制"
},
"2.0.0-alpha.11": {
"en": "prevent error in debounce timer",
"de": "fehler im debounce timer verhindern",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zapobiec awarii.\nkontrolowanie gpios znowu działa.",
"uk": "запобігання аварійних ситуацій.\nконтроль роботи gpios знову.",
"zh-cn": "防止坠机.\n控制gpios再次工作."
},
"2.0.0-alpha.5": {
"en": "try another gpio lib.",
"de": "versuchen sie noch eine gpio lib.",
"ru": "попробуй еще один гпио lib.",
"pt": "tente outro gpio lib.",
"nl": "probeer nog een gpio lib.",
"fr": "essayez une autre lib gpio.",
"it": "provare un altro gpio lib.",
"es": "prueba otro gpio lib.",
"pl": "spróbuj innego gpio lib.",
"uk": "спробуйте ще один gpio lib.",
"zh-cn": "再试一次gpio lib."
}
},
"title": "RPI-Monitor",
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.rpi2",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit 359a2e0

Please sign in to comment.