commit | 7d24ee8edb000f38a8d84bb23a4d93319d86031e | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Jan 18 13:56:12 2018 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Mon Jan 29 18:10:43 2018 +0000 |
tree | 6a755d3e40b22274eca87a4b6a232dac68e91c78 | |
parent | c180a1894db70fb0279f940a4894e24905b08e66 [diff] |
Add Average and Maximum classes These classes will implement the xyz.openbmc_project.Sensor.Aggregation.History.Average/Maximum interfaces. Each of these interfaces contains an array of value/timestamp entries, where the value is either the average or maximum power as reported by the power supply. The most recent value will always be in element 0 of the array. Change-Id: I41b0b84abe146c57f23629bd50acbf9e7fb746ab Signed-off-by: Matt Spinler <spinler@us.ibm.com>