commit | 53172a6a77001ce68ec60dc4b2f7bf0cefb7c156 | [log] [tgz] |
---|---|---|
author | Bonnie Lo <Bonnie_Lo@wiwynn.com> | Tue Dec 06 13:52:15 2022 +0800 |
committer | DelphineCCChiu <Delphine_CC_Chiu@wiwynn.com> | Wed Dec 14 02:54:06 2022 +0000 |
tree | ccacd1703cc1c26acc317420b02fb540a96e0217 | |
parent | 10612f3fe552ea8141ed1960a6c2df088cff0b92 [diff] [blame] |
schemas: Add properties for pid and pid_zone Description: Add "DCoefficient" in pid.json. Add "AccumulateSetPoint", "CycleIntervalTimeMS", and "UpdateThermalsTimeMS" in pid_zone.json. These properties are implemented in following commits: https://gerrit.openbmc.org/c/openbmc/phosphor-pid-control/+/58009 https://gerrit.openbmc.org/c/openbmc/phosphor-pid-control/+/58797 https://gerrit.openbmc.org/c/openbmc/phosphor-pid-control/+/59638 Tested: Run run-ci.sh passed. Change-Id: I8eec6e1f8d0abc7eeff035f206a7465a6e713bae Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
diff --git a/schemas/pid.json b/schemas/pid.json index 06c31fa..4bff66b 100644 --- a/schemas/pid.json +++ b/schemas/pid.json
@@ -7,6 +7,9 @@ "Class": { "type": "string" }, + "DCoefficient": { + "type": "number" + }, "FFGainCoefficient": { "type": "number" },