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
  • HueDeviceTypes.cpp
24 Mar, 2021
16 commits
  • 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 File »
  • 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 File »
  • 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 File »
  • Add device types LCA003 and LCB001 - new Bluetooth-enabled Hue White and Color Ambiance bulbs
    8cf83417
    Adam Honse 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 »
  • Fix ResourceList compile errors on non-windows.
    654ab503
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add missing light types for plugs.
    371f6365
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Implement HueLightFactory::getColorType, fix tests. ...
    8bfb3741
    The color type is determined using the capabilities field on the light state. If that is not present, the hardcoded types are used.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Base light type off the type parameter instead of modelid. ...
    6e00e6d5
    The only additional information which is needed is the gamut space for color lights.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Move strategies from Hue to HueLightFactory. ...
    984de8e3
    Reduces complexity of the Hue class and reduces number of parameters on factory function.
    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 »
  • Add Osram on/off plug support
    5acc6ad1
    Stefan Herbrechtsmeier 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 »