s/MinThermalRpm/MinThermalOutput
Start using percent instead.
Change-Id: I92f6d62d529d747c3d134477b946631593a47cf5
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/schemas/Pid.Zone.json b/schemas/Pid.Zone.json
index 2710de3..86ff1e1 100644
--- a/schemas/Pid.Zone.json
+++ b/schemas/Pid.Zone.json
@@ -5,7 +5,7 @@
"FailSafePercent": {
"type": "number"
},
- "MinThermalRpm": {
+ "MinThermalOutput": {
"type": "number"
},
"Name": {
@@ -17,7 +17,7 @@
},
"required": [
"FailSafePercent",
- "MinThermalRpm",
+ "MinThermalOutput",
"Name",
"Type"
]