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
  • include
24 Mar, 2021
40 commits
  • Add documentation for ZLL sensors.
    76ac2c83
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add documentation for Sensor and SensorList. ...
    a90a9779
    Add definitions for constexpr strings.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add tests for BaseDevice, Sensor and SensorList. ...
    a90248d3
    Fix some errors in these classes.
    Make sensor constructors explicit.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add CreateSensor type and SensorList with getAsType. ...
    bcac6298
    SensorList allows you to directly get the sensor type you want or all sensors of a given type.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add implementation for CLIP sensors.
    fa678638
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add implementation for ZLL sensors.
    179a638e
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add implementation for DaylightSensor.
    3939aeda
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Implement generic sensor.
    3719728f
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add class definitions for all sensor types.
    1f966e6e
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Rename HueThing to BaseDevice, fix compile errors.
    5f351ad1
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add sensor support
    69254c49
    Stefan Herbrechtsmeier authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Make transaction usable without chain calls.
    51785aeb
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Move MakeCopyable helper class into detail namespace.
    967b7515
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add documentation and tests for BridgeConfig.
    bc52722a
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Update documentation for changed light access.
    ec625114
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Remove functions that just forward from Hue.
    ea867228
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add BridgeConfig for configuration api.
    374adda3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Separate AbsoluteTime and AbsoluteVariedTime.
    1721da0d
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add documentation for Scene class.
    2f287834
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Fix non-windows template compile errors.
    2578f2b7
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Move model pictures out of Hue class.
    4ae8d997
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Use ColorUnits in getters and setters.
    cf1bda91
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Make StateTransaction update the cached state. ...
    9339e952
    This makes the state of a light consistant without needing to refresh more often.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Rename Units to ColorUnits, use XYBrightness for color.
    fd4a6765
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add color conversions from XY to RGB.
    12912173
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Implement UTC timestamp parsing.
    11a2c0bf
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Apply documentation changes from code review ...
    068215b8
    Co-authored-by: Moritz Wirger <lj.moritorii@web.de>
    Jan authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add scheduleScene to Group so scenes can be scheduled. ...
    0294e540
    Needed because setScene is not available in StateTransaction.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add toScheduleCommand to StateTransaction.
    9db7c1ab
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Make request trimming on StateTransaction optional. ...
    505a0e05
    Values already set in the state can still be outdated, so there is a manual override for keeping them.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add tests for ResourceList and other missing tests.
    eee2f0ea
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Change APICache to only refresh part of base cache. ...
    b43598ce
    The complete state of the hue bridge should only be queried as little as possible. Now it is only done once, after that only the requested parts are refreshed.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Fix ResourceList compile errors on non-windows.
    654ab503
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add getCommandAPI to APICache. ...
    fee559ce
    Reduces duplication of HueCommandAPI in Group, Hue, HueLight and Schedule.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add documentation for ResourceList.
    e4a2198f
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add possible baseCache to APICache to share cached state.
    12b91749
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »