-
Co-authored-by: Adam Honse <calcprogrammer1@gmail.com>
-
As a result, conversion from XY to RGB is no longer exact, but the lights' brightness matches expectations better.
-
No longer throw exception, instead set type to unknown. Add separate color types for other gamut.
-
- Add mbedtls as submodule - Add bin folder to gitignore
-
Change reference to value return types.
-
All resources on the bridge internally use the same json state. Advantages: Different resources are always consistent. Disadvantages: Different objects are no longer thread safe, changes are not transparent.
-
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.