Added author tag for Philps Hue device

Former-commit-id: 6fc5dc0ac7177ddd23e601c8ca1f65981ff0e778
This commit is contained in:
johan 2014-04-30 22:38:59 +02:00
parent 3acfde8d22
commit 1e66045d3e
1 changed files with 3 additions and 1 deletions

View File

@ -12,11 +12,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 LedDevice {
public: