-
Fix some copy paste errors.
-
Fix some errors in these classes. Make sensor constructors explicit.
-
- 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.
-
Needed because setScene is not available in StateTransaction.
-
Setting all delays to zero significantly speeds up test times.
-
The color type is determined using the capabilities field on the light state. If that is not present, the hardcoded types are used.
-
Add sections to documentation of large classes.