diff options
author | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-08 23:07:22 -0500 |
---|---|---|
committer | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-08 23:07:22 -0500 |
commit | 04d89c8eeb669a07a86d44ff6c1a688ac330345f (patch) | |
tree | be240a48a5cac172b6719732a80cb66c7464432e | |
parent | 0533ebfe36133e9ab300bd72b56c3c1427fff7c6 (diff) |
Added colorloop on, off, toggle to implemented features list.
Also checked off "set lights attributes (rename)".
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,12 +7,12 @@ Phillips Hue Golang Library. - [ ] Get new lights - [ ] Search for new lights - [x] Get lights attributes and state - - [ ] Set lights attributes (rename) + - [x] Set lights attributes (rename) - [x] Set light state - [ ] Delete light - [x] Turn On, Off, Toggle - [ ] Blink - - [ ] Color loop + - [x] Colorloop On, Off, Toggle - [ ] Groups - [ ] Get all groups - [ ] Create group |