From 1e66045d3ed27fd5480de04e4391bd259d0ee264 Mon Sep 17 00:00:00 2001 From: johan Date: Wed, 30 Apr 2014 22:38:59 +0200 Subject: [PATCH] Added author tag for Philps Hue device Former-commit-id: 6fc5dc0ac7177ddd23e601c8ca1f65981ff0e778 --- libsrc/leddevice/LedDevicePhilipsHue.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libsrc/leddevice/LedDevicePhilipsHue.h b/libsrc/leddevice/LedDevicePhilipsHue.h index 0bb71182..2152f625 100755 --- a/libsrc/leddevice/LedDevicePhilipsHue.h +++ b/libsrc/leddevice/LedDevicePhilipsHue.h @@ -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: