Add enum value "LPM"Add the necessary sensor units for the flowmeter in the liquid coolingsystem: LPM (L/min).The "dbus-sensors" package now implements the liquidflow sensor, andthe "xyz.openbm
Add enum value "LPM"Add the necessary sensor units for the flowmeter in the liquid coolingsystem: LPM (L/min).The "dbus-sensors" package now implements the liquidflow sensor, andthe "xyz.openbmc_project.Sensor.Value" should provide the"LPM" at enum's of "Unit"-property.End-user-impact:The "xyz.openbmc_project.Sensor.Value.Unit" now represents the"LPM" type of liquidflow sensor values.Change-Id: Ia6f5d30734472d336abe7bac4b05741f557c8807Signed-off-by: P.K. Lee <p.k.lee@quantatw.com>
show more ...
reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Pat
reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
yaml: format with prettierSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
sensor: add relative humidityChange-Id: I84f37194adbcaf99b4c426a8d51afc738bd6a799
sensor: sort units and document all typesSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I9f227d4c670cb03a704855bb0cca9f3920b3e098
threshold: fix up documentation per sensor.valueThe Sensor.Value has a list of "recognized hierarchies" which issimilarly replicated in all of the Threshold interfaces. The listsin the Threshold
threshold: fix up documentation per sensor.valueThe Sensor.Value has a list of "recognized hierarchies" which issimilarly replicated in all of the Threshold interfaces. The listsin the Threshold objects were incomplete, so update them.Also, make trivial whitespace / formatting changes to ensure linewrapis at the appropriate (80) columns.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I6bd76ca423e1ea3c2e0c7ce59e10dce1125eb6d1
treewide: Create yaml directoryThis allows the propagated yamldir paramter to work correctly insubproject style builds. We don't want other files in the projectconflicting with tools that scan th
treewide: Create yaml directoryThis allows the propagated yamldir paramter to work correctly insubproject style builds. We don't want other files in the projectconflicting with tools that scan the yamldir.Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1Signed-off-by: William A. Kennington III <wak@google.com>