aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-12 17:58:59 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-12 17:58:59 -0500
commit806ebbdd5509b1651473fb8fc112f999a5652f5f (patch)
treed41e4c59ce322cf6eacd1c0e4a383d471f24dada /README.md
parentcc2f863c334691d4125563e0ee87bc191c190ed3 (diff)
Reorganized features list and checked off newly completed features.
Diffstat (limited to 'README.md')
-rw-r--r--README.md98
1 files changed, 49 insertions, 49 deletions
diff --git a/README.md b/README.md
index 6ee1328..1bc3dbd 100644
--- a/README.md
+++ b/README.md
@@ -12,57 +12,57 @@ Pull requests happily accepted on GitHub
## Features
- [ ] Lights
- - [x] Get all lights
- - [ ] Get new lights
- - [ ] Search for new lights
- - [x] Get lights attributes and state
- - [x] Set lights attributes (rename)
- - [x] Set light state
- - [ ] Delete light
- - [x] Turn On, Off, Toggle
- - [ ] Blink
- - [x] Colorloop On/Off
+ - [x] Get all lights
+ - [x] Get light by name
+ - [x] Get light by index on bridge
+ - [x] Get lights attributes and state
+ - [x] Set lights attributes (rename)
+ - [x] Set light state
+ - [ ] Delete light
+ - [x] Turn On, Off, Toggle
+ - [x] Blink
+ - [x] Colorloop On/Off
+- [ ] Bridge
+ - [x] Create user
+ - [ ] Delete user
+ - [x] Get configuration
+ - [ ] Modify configuration
+ - [ ] Get full state (datastore)
+ - [ ] Search for bridges
+ - [ ] Search for new lights
+ - [ ] Get all timezones
- [ ] Groups
- - [ ] Get all groups
- - [ ] Create group
- - [ ] Get group attributes
- - [ ] Set group attributes
- - [ ] Set group state
- - [ ] Delete Group
+ - [ ] 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
+ - [ ] 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
+ - [ ] 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
+ - [ ] Get all sensors
+ - [ ] Create sensor
+ - [ ] Find new sensors
+ - [ ] Get new sensors
+ - [ ] Get sensor
+ - [ ] Update sensor
+ - [ ] Delete sensor
+ - [ ] Change sensor configuration
- [ ] 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
+ - [ ] Get all rules
+ - [ ] Get rule
+ - [ ] Create rule
+ - [ ] Update rule
+ - [ ] Delete rule