presence: Make error time be per fanPreviously there was a global value for the amount of time a fan neededto be missing before an event log was created. This commit changes itso that instead th
presence: Make error time be per fanPreviously there was a global value for the amount of time a fan neededto be missing before an event log was created. This commit changes itso that instead the value is specified per fan in the JSON.This way, the times can be different or left off completely on a fan tofan basis. The ErrorReporter object will only be created if there is atleast one fan with a time value.Signed-off-by: Matt Spinler <spinler@us.ibm.com>Change-Id: I53bb91c88ec1b0352df11b2e988064c2ec02af45
show more ...
presence: Un-hardcode input device pathAllow a device path to be configured.Change-Id: I2eabd71747b124eae96738d1332f58b96ece6dc9Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
presence: Add parser support for any ofAdd support for the anyof yaml keyword.Change-Id: Ib28ca8ef9959cec29cb2d15a0bf758668375895fSigned-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
presence: New parserAdopt an easy on the tongue acronym similar to other projects.Add a robust parser with support for sensors and policies. Sensors: gpio, tach Policies: fallbackAdd an examp
presence: New parserAdopt an easy on the tongue acronym similar to other projects.Add a robust parser with support for sensors and policies. Sensors: gpio, tach Policies: fallbackAdd an example yaml file.Change-Id: I9158a0ce2a08ef6b7bb3f5d659ea0e0433af5b96Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>