Skip to content

Commit ecf4d49

Browse files
committed
Version 0.1.2
1 parent 627e94e commit ecf4d49

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ The mode of the lawn mower can be controlled by changing robonect.0.status.mode.
2222
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".
2323

2424
## Changelog
25+
### 0.1.2
26+
* (braindead1) fixed GPS
27+
2528
### 0.1.1
2629
* (braindead1) fixed typo
2730

io-package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22
"common": {
33
"name": "robonect",
44
"title": "Robonect",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"news": {
7+
"0.1.2": {
8+
"en": "fixed GPS",
9+
"de": "festes GPS",
10+
"ru": "фиксированный GPS",
11+
"pt": "GPS fixo",
12+
"nl": "vaste GPS",
13+
"fr": "GPS fixe",
14+
"it": "GPS fisso",
15+
"es": "GPS fijo",
16+
"pl": "naprawiony GPS",
17+
"zh-cn": "固定GPS"
18+
},
19+
720
"0.1.1": {
821
"en": "fixed typo",
922
"de": "Tippfehler behoben",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.robonect",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "ioBroker robonect Adapter",
55
"keywords": [
66
"ioBroker",

0 commit comments

Comments
 (0)