commit | 1678e98958445f7a8195e4d5a0cdb978956a1a0a | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Fri Jul 25 16:27:27 2025 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 11 20:15:20 2025 +0000 |
tree | dfcf79ed6211533e48da48ce597e8fb8351192bc | |
parent | dffc8a8c49797822d60c52550943257aea3ee2a4 [diff] |
add valve namespace to sensor value The valve open status is being represented as a sensor value in percentage units. Recently, Redfish introduced "valve" as a ReadingType under the sensors schema [1]. This update aligns with that change by adding support for monitoring the open/close status of water valves. [1] https://github.com/openbmc/bmcweb/blob/master/redfish-core/schema/dmtf/json-schema/Sensor.v1_11_0.json#L201 Change-Id: I59fd4bd1d510b89ec5edd923b9fe71f99c3985c1 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project and org/freedesktop interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir