Created a documentation and updated the README
This commit is contained in:
parent
3664f811dc
commit
66541220bf
6 changed files with 451 additions and 17 deletions
28
README.md
28
README.md
|
@ -1,3 +1,31 @@
|
|||
# YaHue Lib
|
||||
|
||||
Yet Another Philips Hue API Library for Python. This project only implements a subset of the API.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Before you can use the API of your Hue Bridge, you have to create an API user for it.
|
||||
See https://developers.meethue.com/develop/get-started-2/
|
||||
|
||||
## Supported Features
|
||||
|
||||
- 💡 Lights
|
||||
- reachable
|
||||
- on
|
||||
- brightness
|
||||
- hue
|
||||
- saturation
|
||||
- alert
|
||||
- alert_long
|
||||
- 🏠 Groups (Zones and Rooms)
|
||||
- any_on
|
||||
- all_on
|
||||
- brightness
|
||||
- hue
|
||||
- saturation
|
||||
- alert
|
||||
- alert_long
|
||||
|
||||
## Documentation
|
||||
|
||||
see [DOCUMENTATION.md](DOCUMENTATION.md)
|
||||
|
|
Reference in a new issue