mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Default setting of transition time to 100 ms.
Former-commit-id: c0981e09494c59456f45325cdcacf9bfa6e26c99
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
/// @param transitiontime the time duration a light change takes in multiples of 100 ms (default: 400 ms).
|
||||
///
|
||||
LedDevicePhilipsHue(const std::string& output, const std::string& username = "newdeveloper", bool switchOffOnBlack =
|
||||
false, int transitiontime = 4);
|
||||
false, int transitiontime = 1);
|
||||
|
||||
///
|
||||
/// Destructor of this device
|
||||
|
Reference in New Issue
Block a user