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
15 Jul, 2021
1 commit
  • 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 Dir »

24 Mar, 2021
39 commits
  • Fix constructors for Rule,Scene,Schedule with shared state.
    58186067
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Change Bridge::setRefreshDuration to also update durations of its members.
    137804f7
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Move mired to kelvin conversion out of Light.
    b1e2b5cc
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • 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 Dir »
  • Handle black color conversion and fix transaction with brightness 0 flickering.
    b4e3087b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Fix naming convention
    74b51fb2
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Add connect and disconnect functions
    607853e2
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Address review comments for previous commit
    74194aad
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add initial files for Entertainment Mode support
    3321666f
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Function to stop streaming
    5212c084
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Function to start streaming
    9722744f
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Add methods to change the refresh duration individually.
    b74756e3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add sharedState parameter to GetBridge.
    f32be872
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add test for shared device state, fix request paths with shared state.
    8d45d342
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • 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 Dir »
  • Apply code review changes.
    710ee59b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add tests for rule, fix bugs.
    0b28967a
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add rule list to bridge, add documentation.
    765b3315
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add helper functions for creating conditions from sensors.
    c6e6f5be
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Rename ScheduleCommand to Action, to make it more general.
    c5123c13
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add Rule class.
    a8eb8aa7
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 Dir »
  • Add getLastUpdated() to DaylightSensor and ZLLTemperature.
    f225eaee
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Implement searching for new sensors and lights.
    65ddf858
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Make refresh method only refresh when necessary by default.
    6a9b8f2c
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • Add tests for sensor implementations. ...
    6dfa7633
    Fix some copy paste errors.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »
  • 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 »
  • Add null check in group light ids for luminaires.
    2638bcb8
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Dir »