diff options
author | Collin Guarino <collin.guarino@gmail.com> | 2016-02-14 19:12:28 -0500 |
---|---|---|
committer | Collin Guarino <collin.guarino@gmail.com> | 2016-02-14 19:12:28 -0500 |
commit | 2b5ad113cb0d3c7ec6804abec3a8d889edae3e1c (patch) | |
tree | e2ce1eff401c31a857014d8bd1bb98fb656d23d6 | |
parent | 2026b473a63c2750cb7245f545205ff1d76f4624 (diff) |
Updated features list to check off schedule functions.
-rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -33,6 +33,14 @@ Pull requests happily accepted on GitHub - [ ] Search for new lights - [ ] Get all timezones +##### Schedules +- [x] Get all schedules +- [x] Get schedule by ID +- [x] Get schedule attributes +- [ ] Create schedules +- [ ] Set schedule attributes +- [ ] Delete schedule + ##### Groups - [ ] Get all groups - [ ] Create group @@ -41,13 +49,6 @@ Pull requests happily accepted on GitHub - [ ] 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 |