diff options
author | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-07 17:47:37 -0500 |
---|---|---|
committer | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-07 17:47:37 -0500 |
commit | 83f8546580f176ebba9028505e72820c6c89ae7b (patch) | |
tree | 0ec7df61be3d1d865179a9131d493100a48331a3 | |
parent | 7df767996b0b8d7daab32cf43585a97437261df8 (diff) |
Updated roadmap with completed light functions
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |