aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-08 23:05:20 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-08 23:05:20 -0500
commit0533ebfe36133e9ab300bd72b56c3c1427fff7c6 (patch)
tree42f0d9683e4efbb3588e219d844ca4899a2417a5 /README.md
parent1eaa5a1a8c28965ff59ef2d8c3f827e53ba54747 (diff)
parentd97e1907022d42fd8cc57a5bf7ae8de54864127c (diff)
Merge branch 'master' of https://github.com/Collinux/GoHue
Diffstat (limited to 'README.md')
-rw-r--r--README.md74
1 files changed, 55 insertions, 19 deletions
diff --git a/README.md b/README.md
index 76117a9..aec8ec5 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,59 @@
# Go Hue
Phillips Hue Golang Library.
-## Roadmap
-- [ ] Bridge
- - [x] GET
- - [x] PUT
- - [x] POST
- - [ ] DELETE
- - [ ] Find Bridges
- - [ ] Find New Lights
- - [ ] Do Update
- - [x] Create User
+## Features
- [ ] Lights
- - [x] Get All Lights
- - [ ] Turn On
- - [ ] Turn Off
- - [ ] Toggle On/Off
- - [ ] Toggle ColorLoop Mode
- - [ ] Change Name
-- [ ] Development
- - [ ] Improved debugging system
- - [ ] Improved error handling
+ - [x] Get all lights
+ - [ ] Get new lights
+ - [ ] Search for new lights
+ - [x] Get lights attributes and state
+ - [ ] Set lights attributes (rename)
+ - [x] Set light state
+ - [ ] Delete light
+ - [x] Turn On, Off, Toggle
+ - [ ] Blink
+ - [ ] Color loop
+- [ ] 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
+ - [x] Create user
+ - [ ] Get configuration
+ - [ ] Modify configuration
+ - [ ] Delete user from whitelist
+ - [ ] Get full state (datastore)
+- [ ] Info
+ - [ ] Get all timezones
+ - [ ] Search for bridges