-
Co-authored-by: Moritz Wirger <lj.moritorii@web.de>
-
Add definitions for constexpr strings.
-
Fix some errors in these classes. Make sensor constructors explicit.
-
SensorList allows you to directly get the sensor type you want or all sensors of a given type.
-
- remove redundant Hue prefix - change Hue class to Bridge class to make usage clearer - rename APIConfig to LibConfig to clarify that the configuration is for the library, not for the Hue API that is accessed
-
This makes the state of a light consistant without needing to refresh more often.
-
Bounds to closest representable color of the gamut.
-
Does not yet have a way to create LightStates for Scenes.
-
Co-authored-by: Moritz Wirger <lj.moritorii@web.de>
-
Needed because setScene is not available in StateTransaction.
-
Values already set in the state can still be outdated, so there is a manual override for keeping them.