aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCollin Guarino <Collinux@users.noreply.github.com>2016-02-02 10:23:09 -0500
committerCollin Guarino <Collinux@users.noreply.github.com>2016-02-02 10:23:09 -0500
commitc5db2d5a83845bcb8e84590918c2a702723b2b54 (patch)
tree152019faa565bffec569dbfaf11be7a79daba620 /README.md
parent508673c66ad19a3352bea1faf497d3a4741894c0 (diff)
Added roadmap
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index b84632e..78f0ed9 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,23 @@
# Go Hue
Phillips Hue Golang Library.
+
+## Roadmap
+- [ ] Bridge
+ - [x] GET
+ - [ ] PUT
+ - [ ] POST
+ - [ ] DELETE
+ - [ ] Find Bridges
+ - [ ] Find New Lights
+ - [ ] Do Update
+ - [x] Create User
+- [ ] Lights
+ - [x] Get All Lights
+ - [ ] Turn On
+ - [ ] Turn Off
+ - [ ] Toggle On/Off
+ - [ ] Toggle ColorLoop Mode
+ - [ ] Change Name
+- [ ] Development
+ - [ ] Improved debugging system
+ - [ ] Improved error handling