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
24 Mar, 2021
40 commits
  • Add lgtm.yml & exclude library code from analysis
    2fb7a9a0
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update git submodules in CMakeLists.
    929d4b06
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Fix unit and coverage tests
    c404e66f
    Moritz Wirger authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • 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 Code »
  • Address test comment
    d218d9d3
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add connect and disconnect functions
    607853e2
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Address review comments for previous commit
    74194aad
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add initial files for Entertainment Mode support
    3321666f
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Function to stop streaming
    5212c084
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Function to start streaming
    9722744f
    Adam Honse authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • 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 Code »
  • Update documentation after review.
    f367db9b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add methods to change the refresh duration individually.
    b74756e3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add sharedState parameter to GetBridge.
    f32be872
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Update readme examples to match changed return types.
    f25df3b3
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add test for shared device state, fix request paths with shared state.
    8d45d342
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • Apply code review changes.
    710ee59b
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add tests for rule, fix bugs.
    0b28967a
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add rule list to bridge, add documentation.
    765b3315
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add helper functions for creating conditions from sensors.
    c6e6f5be
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Rename ScheduleCommand to Action, to make it more general.
    c5123c13
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add Rule class.
    a8eb8aa7
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • 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 Code »
  • Apply documentation changes from code review ...
    1d7354c1
    Co-authored-by: Moritz Wirger <lj.moritorii@web.de>
    Jan authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add getLastUpdated() to DaylightSensor and ZLLTemperature.
    f225eaee
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Implement searching for new sensors and lights.
    65ddf858
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Make refresh method only refresh when necessary by default.
    6a9b8f2c
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add tests for sensor implementations. ...
    6dfa7633
    Fix some copy paste errors.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add documentation for CLIP sensors.
    c24d3db5
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add documentation for ZLL sensors.
    76ac2c83
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add documentation for Sensor and SensorList. ...
    a90a9779
    Add definitions for constexpr strings.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • Add implementation for CLIP sensors.
    fa678638
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add implementation for ZLL sensors.
    179a638e
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add implementation for DaylightSensor.
    3939aeda
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Add null check in group light ids for luminaires.
    2638bcb8
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »
  • Implement generic sensor.
    3719728f
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse Code »