Merge branch 'master' into support_for_philips_hue

Former-commit-id: ee3816fde708fa2f9f9e6ad50ec1e6d2ff552b23
This commit is contained in:
ntim
2014-05-07 07:44:11 +02:00
18 changed files with 189 additions and 52 deletions

View File

@@ -14,11 +14,13 @@
/**
* Implementation for the Philips Hue system.
*
*
* To use set the device to "philipshue".
* Uses the official Philips Hue API (http://developers.meethue.com).
* Framegrabber must be limited to 10 Hz / numer of lights to avoid rate limitation by the hue bridge.
* Create a new API user name "newdeveloper" on the bridge (http://developers.meethue.com/gettingstarted.html)
*
* @author ntim (github)
*/
class LedDevicePhilipsHue: public QObject, public LedDevice {
Q_OBJECT