From 83f8546580f176ebba9028505e72820c6c89ae7b Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sun, 7 Feb 2016 17:47:37 -0500 Subject: Updated roadmap with completed light functions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76117a9..e07eee9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Go Hue Phillips Hue Golang Library. -## Roadmap +## Features - [ ] Bridge - [x] GET - [x] PUT @@ -13,9 +13,9 @@ Phillips Hue Golang Library. - [x] Create User - [ ] Lights - [x] Get All Lights - - [ ] Turn On - - [ ] Turn Off - - [ ] Toggle On/Off + - [x] Turn On + - [x] Turn Off + - [x] Toggle On/Off - [ ] Toggle ColorLoop Mode - [ ] Change Name - [ ] Development -- cgit v1.2.3 From f463144dacf54e6a2ad502c9ab92b7cbbd818ad6 Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sun, 7 Feb 2016 21:20:43 -0500 Subject: Mirrored hue site's documentation sections for roadmap --- README.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 52 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index e07eee9..c13b3c4 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,56 @@ Phillips Hue Golang Library. ## Features -- [ ] Bridge - - [x] GET - - [x] PUT - - [x] POST - - [ ] DELETE - - [ ] Find Bridges - - [ ] Find New Lights - - [ ] Do Update - - [x] Create User - [ ] Lights - - [x] Get All Lights - - [x] Turn On - - [x] Turn Off - - [x] Toggle On/Off - - [ ] Toggle ColorLoop Mode - - [ ] Change Name -- [ ] Development - - [ ] Improved debugging system - - [ ] Improved error handling + - [ ] Get all lights + - [ ] Get new lights + - [ ] Search for new lights + - [ ] Get lights attributes and state + - [ ] Set lights attributes (rename) + - [ ] Set light state + - [ ] Delete light + - [ ] Turn On, Off, Toggle + - [ ] Blink +- [ ] Groups + - [ ] Get all groups + - [ ] Create group + - [ ] Get group attributes + - [ ] Set group attributes + - [ ] Set group state + - [ ] Delete Group +- [ ] Schedules + - [ ] Get all schedules + - [ ] Create schedules + - [ ] Get schedule attributes + - [ ] Set schedule attributes + - [ ] Delete schedule +- [ ] Scenes + - [ ] Get all scenes + - [ ] Create scene + - [ ] Modify scene + - [ ] Recall scene + - [ ] Delete scene + - [ ] Get scene +- [ ] Sensors + - [ ] Get all sensors + - [ ] Create sensor + - [ ] Find new sensors + - [ ] Get new sensors + - [ ] Get sensor + - [ ] Update sensor + - [ ] Delete sensor + - [ ] Change sensor config +- [ ] Rules + - [ ] Get all rules + - [ ] Get rule + - [ ] Create rule + - [ ] Update rule + - [ ] Delete rule +- [ ] Configuration + - [ ] Create user + - [ ] Get configuration + - [ ] Modify configuration + - [ ] Delete user from whitelist + - [ ] Get full state (datastore) +- [ ] Info + - [ ] Get all timezones -- cgit v1.2.3 From d97e1907022d42fd8cc57a5bf7ae8de54864127c Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sun, 7 Feb 2016 21:40:01 -0500 Subject: Updated roadmap completed items --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c13b3c4..aec8ec5 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,16 @@ Phillips Hue Golang Library. ## Features - [ ] Lights - - [ ] Get all lights + - [x] Get all lights - [ ] Get new lights - [ ] Search for new lights - - [ ] Get lights attributes and state + - [x] Get lights attributes and state - [ ] Set lights attributes (rename) - - [ ] Set light state + - [x] Set light state - [ ] Delete light - - [ ] Turn On, Off, Toggle + - [x] Turn On, Off, Toggle - [ ] Blink + - [ ] Color loop - [ ] Groups - [ ] Get all groups - [ ] Create group @@ -48,10 +49,11 @@ Phillips Hue Golang Library. - [ ] Update rule - [ ] Delete rule - [ ] Configuration - - [ ] Create user + - [x] Create user - [ ] Get configuration - [ ] Modify configuration - [ ] Delete user from whitelist - [ ] Get full state (datastore) - [ ] Info - [ ] Get all timezones + - [ ] Search for bridges -- cgit v1.2.3