commit | 15dadaaad29135835ac6c257004311518cb8cc46 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Jan 02 16:28:19 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Mon Jan 07 19:32:37 2019 +0000 |
tree | cae930e135ec494ce3246b7f7d3c4874a0e04d16 | |
parent | 8209ae17fbeab84dd3120abc9d00c1f85a5f03a1 [diff] [blame] |
WFT Baseboard: Make some voltage sensors power on only Add power on only flag. Change-Id: Iaaa8c4889a79baeecf24834e6ae47ebc5510146b Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/schemas/global.json b/schemas/global.json index 8e0536b..fdf4f15 100644 --- a/schemas/global.json +++ b/schemas/global.json
@@ -238,6 +238,9 @@ "Count": { "type": "integer" }, + "PowerState": { + "type": "string" + }, "BindPresence": { "type": "string" },