brought TODO a bit up to speed

This commit is contained in:
Your Name 2019-02-20 15:14:30 +01:00
parent ca46faa640
commit f386511961

View File

@ -1,6 +1,10 @@
# TODO
- use a yaml config file that specifies creates a user it's not existing yet (seperate package)
- We have to decide how we want to handle the different Versions. I'd say we only support the newest one as it seems like the old has no advantages at all.
- send request for the different types of devices (main package)
## Clarification needed
- In the 'LightState' the 'BridgeID' should be the brightness in my opinion
- The 'LightState' in it's whole seems like a struct meant to house everything. Maybe we should create multiple LightStates for he different uses. We could also create a core Lightstate interface to keep the code clean.