commit | 18af423d4fdac3bb5c0f6d3741c8ce7e070743f3 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Mar 13 11:14:00 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Wed Mar 13 11:14:00 2019 -0700 |
tree | c93bea46b4efa7027195e1d55b03194ba2797c47 | |
parent | 13f340b78e27c6c734569432a0163523334aae8d [diff] |
Trim insignificant figures from exit air temp Trim to whole digit precision since this is based off of a calculation. Change-Id: If375d5255a3bd2df800303d0b599249290dcab12 Signed-off-by: James Feist <james.feist@linux.intel.com>
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access