commit | 13f340b78e27c6c734569432a0163523334aae8d | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Mar 07 16:36:11 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Thu Mar 07 16:36:11 2019 -0800 |
tree | 1775cf77a3212603bfeddb3e64a2ea447563e8d4 | |
parent | 46342ec359c8e0ed543ebb352cfba8f26ce85afe [diff] |
Fix threshold conversion Converting to float first makes the values get extra garbage data. Go directly to double. Change-Id: I1c4af05d89e6adcabcf1a3b1bef523c61c0515fd 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