From 75d793df723ce9fbdab2847d241b11a5cd31d6e5 Mon Sep 17 00:00:00 2001 From: chroju Date: Thu, 28 Feb 2019 10:27:55 +0900 Subject: [PATCH] Release: v0.2.0 --- README.md | 20 ++++++++++---------- main.go | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9290978..d93238e 100644 --- a/README.md +++ b/README.md @@ -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 ... ``` @@ -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`. @@ -110,6 +109,7 @@ TODO * [ ] Write tests. * [ ] Implement commands for some sensors. * [ ] Implement commands for TV. +* [ ] Implement `--direction` option to "aircon send" command Author ---- diff --git a/main.go b/main.go index fe834eb..5198a98 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( const ( app = "remo" - version = "0.0.1" + version = "0.2.0" ) func main() {