commit | 50107246047ad793e50ccc8aa717e25196b4a20a | [log] [tgz] |
---|---|---|
author | Andrei Kartashev <a.kartashev@yadro.com> | Mon Dec 27 17:16:07 2021 +0300 |
committer | Ed Tanous <ed@tanous.net> | Tue Jan 04 18:01:28 2022 +0000 |
tree | 73c436cf8e63415f1c4caba160eb79cc0c06121f | |
parent | 45f2702d3377aea10dd11f02299fcede4c707d69 [diff] |
utils: fix interface usage for OperatingSystemState OperatingSystemState property of xyz.openbmc_project.State.OperatingSystem.Status should be PDI enum of type OSStatus. This commit fixes values to be compatible with PDI. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I2aae1e910decd79e6cf5eb03d96c7067e947f7de
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