Skip to content

Commit

Permalink
Release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chroju committed Feb 28, 2019
1 parent 708dd33 commit 75d793d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ Successfully initialized.

```
$ remo signal list
APPLIANCE SIGNAL
light on
light off
light brighten
light darken
TV power
TV 1
light on
light off
light brighten
light darken
TV power
TV 1
...
```

Expand All @@ -52,9 +51,9 @@ Succeeded.

```
$ remo aircon list
POWER MODE VOL TEMP
Bed Room: ON warm 2 25
Dining: OFF auto auto 22
NAME POWER TEMP MODE VOLUME DIRECTION
Bed Room ON 25 warm 2
Dining OFF 22 auto auto
```

You can update aircon setting with `remo aircon send`.
Expand Down Expand Up @@ -110,6 +109,7 @@ TODO
* [ ] Write tests.
* [ ] Implement commands for some sensors.
* [ ] Implement commands for TV.
* [ ] Implement `--direction` option to "aircon send" command

Author
----
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
app = "remo"
version = "0.0.1"
version = "0.2.0"
)

func main() {
Expand Down

0 comments on commit 75d793d

Please sign in to comment.