commit | ce6bcdfc28f60173093087050a43adbc586fd6fa | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Jun 09 20:03:46 2022 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Jun 09 20:03:46 2022 +0300 |
tree | f4018ac0c586be0d225366a51d47004182c28917 | |
parent | dccd1d4b1189ef3aece98f4c9c0a44aa3cf7f9ec [diff] |
Update link to the Value.interface.yaml Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I95b1db1f07612a3e5604bbf043cc00f731bd3a8c
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