mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added author tag for Philps Hue device
Former-commit-id: 6fc5dc0ac7177ddd23e601c8ca1f65981ff0e778
This commit is contained in:
parent
3acfde8d22
commit
1e66045d3e
@ -12,11 +12,13 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation for the Philips Hue system.
|
* Implementation for the Philips Hue system.
|
||||||
*
|
*
|
||||||
* To use set the device to "philipshue".
|
* To use set the device to "philipshue".
|
||||||
* Uses the official Philips Hue API (http://developers.meethue.com).
|
* 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.
|
* 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)
|
* Create a new API user name "newdeveloper" on the bridge (http://developers.meethue.com/gettingstarted.html)
|
||||||
|
*
|
||||||
|
* @author ntim (github)
|
||||||
*/
|
*/
|
||||||
class LedDevicePhilipsHue: public LedDevice {
|
class LedDevicePhilipsHue: public LedDevice {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user