Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 6fc5dc0

Browse files
committed
Added author tag for Philps Hue device
1 parent 28352b1 commit 6fc5dc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libsrc/leddevice/LedDevicePhilipsHue.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212

1313
/**
1414
* Implementation for the Philips Hue system.
15-
*
15+
*
1616
* To use set the device to "philipshue".
1717
* Uses the official Philips Hue API (http://developers.meethue.com).
1818
* Framegrabber must be limited to 10 Hz / numer of lights to avoid rate limitation by the hue bridge.
1919
* Create a new API user name "newdeveloper" on the bridge (http://developers.meethue.com/gettingstarted.html)
20+
*
21+
* @author ntim (github)
2022
*/
2123
class LedDevicePhilipsHue: public LedDevice {
2224
public:

0 commit comments

Comments
 (0)