Logo white

Peter M. Groen / hueplusplus

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 345
  • Compare
  • Branches 4
  • Tags 2
  • hueplusplus
26 Jan, 2018
10 commits
  • Cleanup
    fcfcbd98
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Fix unneeded calculation in setBrightness(), add new functions for getting diffe… ...
    d58597aa
    …rent light states, move delays for advanced alerts into HueConfig.h, Fix problem with advanced alerts where the last light state was overriden
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Cleanup Strategies and add new functions for getting some light states
    fe8e67eb
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Fix documentation, add new functions for DELETE request, cleanup
    54cb817f
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Add new function for checking if a light is on, add function for changing a ligh… ...
    c34b3fa1
    …ts name, fix documentation typo, add function for getting the lights brightness, modify SendPutRequest so a subPath can be set
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Fix problem with wrong datatypes and str.find(), add todo, add function for dele… ...
    3ea62ff6
    …ting lights, add function for setting the HttpHandler, cleanup
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • add build directory and mac stuff to gitignore
    314d2dbd
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Fix problem when installing with tests activated, so gtest and gmock are not installed
    0ab69b9c
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Add if statement to check for building tests
    f3ba2022
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »
  • Add CMakeLists for tests with google test (gtest)
    fb6049b3
    Moritz W authored
    2018-01-26 22:36:24 +0100  
    Browse Code »

19 Nov, 2017
1 commit
  • Update README ...
    175c4cde
    Describe new way of finding/creating Hue objects aka bridges
    Moritz Wirger authored
    2017-11-19 22:19:32 +0100  
    Browse Code »

12 Nov, 2017
2 commits
  • Extend feature description and make text nicer
    8f03c48c
    Moritz Wirger authored
    2017-11-12 22:02:16 +0100  
    Browse Code »
  • Update light state before returning light from Hue::getLight()
    3d435b03
    Nodeduino authored
    2017-11-12 20:58:55 +0100  
    Browse Code »

02 Nov, 2017
1 commit
  • Update readme ...
    5c025eea
    Take new branch into account as well as some changes with running tests
    Moritz Wirger authored
    2017-11-02 21:47:36 +0100  
    Browse Code »

18 Oct, 2017
13 commits
  • Fix problem with special characters
    a9799673
    Moritz W authored
    2017-10-18 14:11:47 +0200  
    Browse Code »
  • Incorporate build and install as well as testing into readme
    577181f1
    Moritz W authored
    2017-10-18 14:09:37 +0200  
    Browse Code »
  • Fix wrong path in CMakelists for getting headerfiles
    70b340cc
    Moritz W authored
    2017-10-18 13:01:04 +0200  
    Browse Code »
  • Add an install for static library and a uninstall target
    e04cbd51
    Moritz W authored
    2017-10-18 11:59:22 +0200  
    Browse Code »
  • Add CMakeLists for building the library from source
    20f83ebb
    Moritz W authored
    2017-10-18 11:24:00 +0200  
    Browse Code »
  • Merge branch 'testing'
    26c60068
    Moritz W authored
    2017-10-18 11:02:13 +0200  
    Browse Code »
  • Make usage of refactored HttpHandler, cleanup code
    084e06d2
    Moritz W authored
    2017-10-18 10:54:41 +0200  
    Browse Code »
  • Revisit include usage and fix some typos
    ee78d8b4
    Moritz W authored
    2017-10-18 10:32:44 +0200  
    Browse Code »
  • Fix typo and add documentation about class IHttpHandler
    a000d585
    Moritz W authored
    2017-10-18 10:05:25 +0200  
    Browse Code »
  • Refactor HttpHandler to inherit from abstract IHttpHandler class, so it can be mocked for testing
    49a45721
    Moritz W authored
    2017-10-18 10:05:25 +0200  
    Browse Code »
  • cleanup and add todo
    44465090
    Moritz Wirger authored
    2017-10-18 10:05:25 +0200  
    Browse Code »
  • Fix typo and add documentation about class IHttpHandler
    e9784d61
    Moritz W authored
    2017-10-18 10:02:50 +0200  
    Browse Code »
  • Refactor HttpHandler to inherit from abstract IHttpHandler class, so it can be mocked for testing
    369ed5d2
    Moritz W authored
    2017-10-18 09:20:45 +0200  
    Browse Code »

15 Oct, 2017
4 commits
  • cleanup and add todo
    ea418d25
    Moritz Wirger authored
    2017-10-15 03:29:25 +0200  
    Browse Code »
  • fix one more typo
    ddf3333a
    Moritz Wirger authored
    2017-10-15 01:01:17 +0200  
    Browse Code »
  • Fix more typos in readme
    d620d1b6
    Moritz Wirger authored
    2017-10-15 01:00:15 +0200  
    Browse Code »
  • Fix some typos & add part about getting all lights
    7bf5f42f
    Moritz Wirger authored
    2017-10-15 00:58:17 +0200  
    Browse Code »

14 Oct, 2017
2 commits
  • Fix some error messages
    29f5474d
    Moritz Wirger authored
    2017-10-14 20:20:37 +0200  
    Browse Code »
  • Move HTTP specific implementations out of Hue classes into HttpHandler and provi… ...
    3fdc280c
    …de new functions abstracting said implementations, rename some old HttpHandler functions to match their task and clean up some stuff
    Nodeduino authored
    2017-10-14 20:12:28 +0200  
    Browse Code »

24 Sep, 2017
1 commit
  • Move SocketCloser definition out of functions, fix datatypes regarding size_t & … ...
    607e1103
    …ssize_t, fix possible problems with those datatypes and small cleanup
    Moritz Wirger authored
    2017-09-24 13:18:20 +0200  
    Browse Code »

09 Aug, 2017
1 commit
  • Add documentation to previously undocumented files and clean up documentation
    544f68c5
    Nodeduino authored
    2017-08-09 21:46:47 +0200  
    Browse Code »

24 Jul, 2017
1 commit
  • Fix exception in Hue.cpp:refreshState() ...
    9a60a144
    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.
    Moritz Wirger authored
    2017-07-24 21:30:00 +0200  
    Browse Code »

30 Jun, 2017
4 commits
  • remove const references and rename some variables
    ebac3bc7
    Moritz Wirger authored
    2017-06-30 23:36:37 +0200  
    Browse Code »
  • change dtor to default
    9672661c
    Moritz Wirger authored
    2017-06-30 23:35:14 +0200  
    Browse Code »
  • fix calculation where float division was needed, but normal division was used
    83a2464a
    Moritz Wirger authored
    2017-06-30 23:34:04 +0200  
    Browse Code »
  • add new ctor, change naming of variables and use shared_ptr of const Strategies
    18b84291
    Moritz Wirger authored
    2017-06-30 23:32:55 +0200  
    Browse Code »