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
  • src
  • SimpleColorTemperatureStrategy.cpp
24 Mar, 2021
12 commits
  • Rename classes to simplify names. ...
    f0166f40
    - 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
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add BridgeConfig for configuration api.
    374adda3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Use ColorUnits in getters and setters.
    cf1bda91
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add Config singleton which allows to change the delays. ...
    ab6b1278
    Setting all delays to zero significantly speeds up test times.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add documentation for Group and StateTransaction. ...
    844af4db
    Add sections to documentation of large classes.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Generalize StateTransaction to also work for HueLight state.
    d3e59bb1
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Implement APICache to cache json values returned by the Hue API.
    cd30bc74
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Move function definitions into namespace block to improve readability.
    1ebb304b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Reformat all files with updated clang-format.
    39ce4c01
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Move everything into namespace hueplusplus.
    b6d5d07c
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Fix build errors after renaming.
    a2898cce
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Rename directory structure (not building).
    0f456350
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »