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
  • CMakeLists.txt
24 Mar, 2021
23 commits
  • Rename ScheduleCommand to Action, to make it more general.
    c5123c13
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Implement searching for new sensors and lights.
    65ddf858
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add implementation for CLIP sensors.
    fa678638
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add implementation for ZLL sensors.
    179a638e
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • 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 »
  • Rename HueThing to BaseDevice, fix compile errors.
    5f351ad1
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add sensor support
    69254c49
    Stefan Herbrechtsmeier authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Move MakeCopyable helper class into detail namespace.
    967b7515
    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 »
  • Move model pictures out of Hue class.
    4ae8d997
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Rename Units to ColorUnits, use XYBrightness for color.
    fd4a6765
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add color conversion from RGB to XY. ...
    553c5a93
    Bounds to closest representable color of the gamut.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add Scene functionality. ...
    c48f4940
    Does not yet have a way to create LightStates for Scenes.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add Schedule class to handle schedule requests.
    ca79b6c2
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add TimePattern to parse Hue schedule times.
    62d95333
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add sources directly for coverage test, so cpp files are included.
    a9fb2231
    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 »
  • Add group class for groups of HueLight.
    59d03c52
    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 »
  • Fix cmake install command.
    e61da3b3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Link static library for tests instead of building sources.
    8642e827
    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 »

14 Apr, 2018
1 commit
  • Export include directory with cmake library ...
    34570436
    - Now the library can just be included with add_subdirectory, no need to configure include path
    Moritz Wirger authored
    2018-04-14 00:02:40 +0200  
    Browse Dir »

26 Jan, 2018
1 commit
  • add new functionality to CMakeLists ...
    425f609f
    - cleanup and document CMakeLists
    - add hueplusplus-config.cmake to make it easier to use hueplusplus by simply calling find_package
    - remove GLOB in test/CMakeLists.txt and exchange with set
    Nodeduino authored
    2018-01-26 22:36:24 +0100  
    Browse Dir »

18 Oct, 2017
2 commits
  • Add an install for static library and a uninstall target
    e04cbd51
    Moritz W authored
    2017-10-18 11:59:22 +0200  
    Browse Dir »
  • Add CMakeLists for building the library from source
    20f83ebb
    Moritz W authored
    2017-10-18 11:24:00 +0200  
    Browse Dir »