-
…rent light states, move delays for advanced alerts into HueConfig.h, Fix problem with advanced alerts where the last light state was overriden
-
…ts name, fix documentation typo, add function for getting the lights brightness, modify SendPutRequest so a subPath can be set
-
…ting lights, add function for setting the HttpHandler, cleanup
-
Describe new way of finding/creating Hue objects aka bridges
-
Take new branch into account as well as some changes with running tests
-
…de new functions abstracting said implementations, rename some old HttpHandler functions to match their task and clean up some stuff
-
…ssize_t, fix possible problems with those datatypes and small cleanup
-
An exception was thrown when the returned error message of the hue bridge was checked for member "lights", because in that case the Json::Value is no object anymore.