mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added author tag, added missing return statement.
Former-commit-id: 4d0a29a8ba3d33de6f86b90a4eaf2f0de12ea59a
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
* 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)
|
||||
* @author ntim (github), bimsarck (github)
|
||||
*/
|
||||
class LedDevicePhilipsHue: public QObject, public LedDevice {
|
||||
Q_OBJECT
|
||||
@@ -187,7 +187,6 @@ private:
|
||||
///
|
||||
float crossProduct(ColorPoint p1, ColorPoint p2);
|
||||
|
||||
|
||||
///
|
||||
/// @param lamp the hue lamp instance
|
||||
///
|
||||
@@ -197,7 +196,6 @@ private:
|
||||
///
|
||||
bool isPointInLampsReach(HueLamp lamp, ColorPoint p);
|
||||
|
||||
|
||||
///
|
||||
/// @param a reference point one
|
||||
///
|
||||
|
Reference in New Issue
Block a user