commit | 5675496d6462e92d3c30faaf0cffbc59fecb5008 | [log] [tgz] |
---|---|---|
author | Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> | Wed May 22 09:28:50 2024 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jun 12 21:58:44 2024 +0000 |
tree | 86bb70f36e247a7903935c6d8550ab4dd8391d31 | |
parent | eb588b1ca143b1fce6c3d5ebce2c603e5d387b7c [diff] [blame] |
schemas: Add CheckHysteresisWithSetpoint for PID Adding CheckHysteresisWithSetpoint, an optional boolean parameter, which has already been implemented and merged: https://gerrit.openbmc.org/c/openbmc/phosphor-pid-control/+/58009 And changed the naming in: https://gerrit.openbmc.org/c/openbmc/phosphor-pid-control/+/71460 Change-Id: Iee6a12c9f3510fb9ba4a886c071cd85a358156e5 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
diff --git a/schemas/pid.json b/schemas/pid.json index 2db98c7..cd5898f 100644 --- a/schemas/pid.json +++ b/schemas/pid.json
@@ -4,6 +4,9 @@ "Pid": { "type": "object", "properties": { + "CheckHysteresisWithSetpoint": { + "type": "boolean" + }, "Class": { "type": "string" },