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
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
37 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 »
  • Add methods to change the refresh duration individually.
    b74756e3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add sharedState parameter to GetBridge.
    f32be872
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update readme examples to match changed return types.
    f25df3b3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add test for shared device state, fix request paths with shared state.
    8d45d342
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Change APICache to allow initial value, remove cached resources from ResourceList. ...
    c04fb6a0
    Change reference to value return types.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Implement a shared-state cache model. ...
    aa828bf8
    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.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Apply code review changes.
    710ee59b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add tests for rule, fix bugs.
    0b28967a
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »