Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
braindead1 committed Jan 3, 2021
1 parent 90b7d65 commit 79b8f10
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.robonect",
"version": "0.1.3",
"version": "0.1.4",
"description": "ioBroker robonect Adapter",
"keywords": [
"ioBroker",
Expand Down

0 comments on commit 79b8f10

Please sign in to comment.