commit | 9c26ef9e4e03cf418c775468517b2c912699bebe | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Dec 11 15:22:59 2018 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Mon Jan 07 19:20:57 2019 +0000 |
tree | 24be58cace986886dacfb3e1f4b6144a433ba223 | |
parent | e12bdda33b50fcd5d1d1f75d4f9bfa3695593158 [diff] [blame] |
R2000 Chassis: Change MaxReading for fans Max reading from configuration data should be 14K. Change-Id: I6a45f184d846b87cdba5d38d095948075c69ca95 Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/schemas/global.json b/schemas/global.json index ded5e2a..8e0536b 100644 --- a/schemas/global.json +++ b/schemas/global.json
@@ -187,6 +187,9 @@ "Index": { "type": "integer" }, + "MaxReading": { + "type": "integer" + }, "Class": { "type": "string" },