Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnujoow/hue
python code to control philips hue
https://github.com/gnujoow/hue
Last synced: 21 days ago
JSON representation
python code to control philips hue
- Host: GitHub
- URL: https://github.com/gnujoow/hue
- Owner: gnujoow
- Created: 2015-06-03T06:52:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T06:13:17.000Z (over 8 years ago)
- Last Synced: 2024-10-27T09:50:45.048Z (2 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hue.py
Hue.py는 Hue의 전구들을 제어하고, 각전구의 상태를 읽을수 있는 함수를 제공한다.
* Variables
* conn
* Functions
* on(light)
light에 해당하는 전구를 점등한다.
* off(light)
light를 끈다.
* putSat(light, sat)
light의 saturation을 변경한다. 0~255
* putBri(light, bri)
light의 brightness을 변경한다. 0~255
* putHue(light, hue)
light의 hue을 변경한다. 0~65536
* getLightState(light)
* getState()## Todo
- [ ] 객체로 다시 짜기
- [ ] 패키지화 해서 배포하기
- [ ] README.md의 내용을 잘 문서화하기
- [ ] Jekyll이든 뭐든 프로젝트 페이지만들기 (영문으로)## reference
- [HUE API](http://www.developers.meethue.com/)