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
  • Sensor.cpp
24 Mar, 2021
13 commits
  • Add test for shared device state, fix request paths with shared state.
    8d45d342
    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 helper functions for creating conditions from sensors.
    c6e6f5be
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add getLastUpdated() to DaylightSensor and ZLLTemperature.
    f225eaee
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add tests for sensor implementations. ...
    6dfa7633
    Fix some copy paste errors.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add documentation for Sensor and SensorList. ...
    a90a9779
    Add definitions for constexpr strings.
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • 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 File »
  • 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 File »
  • Add implementation for ZLL sensors.
    179a638e
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Add implementation for DaylightSensor.
    3939aeda
    Jojo-1000 authored
    2021-03-24 20:06:27 +0100  
    Browse File »
  • Implement generic sensor.
    3719728f
    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 »