-
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
-
(no leading underscore followed by an uppercase letter)
-
- Now the library can just be included with add_subdirectory, no need to configure include path
-
- cleanup and document CMakeLists - add hueplusplus-config.cmake to make it easier to use hueplusplus by simply calling find_package - remove GLOB in test/CMakeLists.txt and exchange with set