commit | 3866be93222ecce1bc7619c901ce74e4d46ab85f | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon May 13 14:24:46 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Wed May 15 17:40:37 2019 +0000 |
tree | 91683e02d6f162cfdbb18aa86354f791210a60fa | |
parent | 7d39577a47db527b7a9e4d4c2f6b197bf81fd853 [diff] [blame] |
Update json schema for fan control Add new fields to schema so we can patch updates. Change-Id: Ibfa0c0e336a134080e06ead58ff9e55fcb033b55 Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/schemas/Pid.json b/schemas/Pid.json index aa262fb..dddacfe 100644 --- a/schemas/Pid.json +++ b/schemas/Pid.json
@@ -44,6 +44,12 @@ "PCoefficient": { "type": "number" }, + "Profiles": { + "type": "array", + "items": { + "type": "string" + } + }, "SlewNeg": { "type": "number" },