Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
braindead1 committed Apr 18, 2020
1 parent 627e94e commit ecf4d49
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ 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.2
* (braindead1) fixed GPS

### 0.1.1
* (braindead1) fixed typo

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@
"common": {
"name": "robonect",
"title": "Robonect",
"version": "0.1.1",
"version": "0.1.2",
"news": {
"0.1.2": {
"en": "fixed GPS",
"de": "festes GPS",
"ru": "фиксированный GPS",
"pt": "GPS fixo",
"nl": "vaste GPS",
"fr": "GPS fixe",
"it": "GPS fisso",
"es": "GPS fijo",
"pl": "naprawiony GPS",
"zh-cn": "固定GPS"
},

"0.1.1": {
"en": "fixed typo",
"de": "Tippfehler behoben",
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.1",
"version": "0.1.2",
"description": "ioBroker robonect Adapter",
"keywords": [
"ioBroker",
Expand Down

0 comments on commit ecf4d49

Please sign in to comment.