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
22 May, 2023
1 commit
  • Update mbedtls version to 3.2.1 from 3.0.0 ...
    adef1188
    Cannot update to newer versions due to https://github.com/Mbed-TLS/mbedtls/issues/7087.
    Jojo-1000 authored
    2023-05-22 07:18:23 +0200  
    Browse Code »

20 Feb, 2022
3 commits
  • Fix test for specific room type.
    004f0eb4
    Dan Keenan authored
    2022-02-20 19:48:18 +0100  
    Browse Code »
  • Update tests
    74f8c073
    Dan Keenan authored
    2022-02-20 19:48:18 +0100  
    Browse Code »
  • Always set the class when creating groups.
    5b733fa5
    Dan Keenan authored
    2022-02-20 19:48:18 +0100  
    Browse Code »

18 Nov, 2021
1 commit
  • Fix google test download: master renamed to main.
    f05deeab
    Jojo-1000 authored
    2021-11-18 21:17:23 +0100  
    Browse Code »

02 Nov, 2021
2 commits
  • Fix unused variable warnings.
    b31fc25f
    Jojo-1000 authored
    2021-11-02 19:12:23 +0100  
    Browse Code »
  • Update mbedtls version to 3.0.0 from 2.25.0
    7da9b055
    Jojo-1000 authored
    2021-11-02 19:12:23 +0100  
    Browse Code »

10 Oct, 2021
1 commit
  • Create FUNDING.yml
    06ec4330
    Moritz Wirger authored
    2021-10-10 13:56:22 +0200  
    Browse Code »

15 Jul, 2021
3 commits
  • Version 1.1 release
    856b7f4f
    Jojo-1000 authored
    2021-07-15 20:19:25 +0200  
    Browse Code »
  • Fix WinHttpHandler send function. ...
    474783bc
    Shutdown is called after receive is completed, instead of before.
    Jojo-1000 authored
    2021-07-15 20:19:25 +0200  
    Browse Code »
  • Remove certificate parsing in Entertainment Mode, it does not appear to be neede… ...
    4dc165bf
    …d to control Hue and it prevents build on older mbedtls versions
    Adam Honse authored
    2021-07-15 20:19:25 +0200  
    Browse Code »

24 Mar, 2021
29 commits
  • Add version 1.0.0 to cmake project.
    a78f4577
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add note that Bridge and Group in EntertainmentMode must stay alive.
    b0de8594
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update documentation pages. ...
    efd1ed5e
    - use snippets to verify that the code actually compiles
    - travis compiles examples and snippets
    - update Doxyfile
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix constructors for Rule,Scene,Schedule with shared state.
    58186067
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Change Bridge::setRefreshDuration to also update durations of its members.
    137804f7
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update documentation for shared state.
    8e6c4c13
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add an example to read a config file for the username.
    72f9bfd1
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Change LightsOff to turn off the lights individually.
    c6b560fb
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add more documentation pages with more detailed instructions, add second example program.
    fd5fa01a
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add sample for connecting to Hue bridge.
    3323e501
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add conversion from RGB to HueSaturation. ...
    3d172bca
    Co-authored-by: Adam Honse <calcprogrammer1@gmail.com>
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update travis distribution to bionic.
    ce0d8213
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Move mired to kelvin conversion out of Light.
    b1e2b5cc
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Change brightness of XYBrightness from Y to max(r,g,b). ...
    f58059d8
    As a result, conversion from XY to RGB is no longer exact, but the lights' brightness matches expectations better.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Change parsing behavior for unknown light types: ...
    77148179
    No longer throw exception, instead set type to unknown.
    Add separate color types for other gamut.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Handle black color conversion and fix transaction with brightness 0 flickering.
    b4e3087b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix naming convention
    74b51fb2
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add lgtm.yml & exclude library code from analysis
    2fb7a9a0
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update git submodules in CMakeLists.
    929d4b06
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix unit and coverage tests
    c404e66f
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix entertainment mode support ...
    2780404a
    - Add mbedtls as submodule
    - Add bin folder to gitignore
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Address test comment
    d218d9d3
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add connect and disconnect functions
    607853e2
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Address review comments for previous commit
    74194aad
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add initial files for Entertainment Mode support
    3321666f
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Function to stop streaming
    5212c084
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Function to start streaming
    9722744f
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add functionality to request client key from Hue bridge and be able to load the … ...
    741dd74c
    …client key with the username
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update documentation after review.
    f367db9b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »