summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/redfish/v1/JsonSchemas/OemManager/index.json7
-rw-r--r--static/redfish/v1/schema/OemManager_v1.xml4
2 files changed, 10 insertions, 1 deletions
diff --git a/static/redfish/v1/JsonSchemas/OemManager/index.json b/static/redfish/v1/JsonSchemas/OemManager/index.json
index 5cc0b83d34..107621e45f 100644
--- a/static/redfish/v1/JsonSchemas/OemManager/index.json
+++ b/static/redfish/v1/JsonSchemas/OemManager/index.json
@@ -408,6 +408,11 @@
"longDescription": "Setpoint for the PID.",
"type": "number"
},
+ "SetPointOffset": {
+ "description": "Threshold to take value from and apply to setpoint.",
+ "longDescription": "Threshold to take value from and apply to setpoint. Valid threshold names are supported.",
+ "type": "string"
+ },
"SlewNeg": {
"description": "Negative slew rate for the PID.",
"longDescription": "Negative slew rate for the PID.",
@@ -578,4 +583,4 @@
}
},
"title": "#OemManager"
-} \ No newline at end of file
+}
diff --git a/static/redfish/v1/schema/OemManager_v1.xml b/static/redfish/v1/schema/OemManager_v1.xml
index 164f2728b3..9ae36ca464 100644
--- a/static/redfish/v1/schema/OemManager_v1.xml
+++ b/static/redfish/v1/schema/OemManager_v1.xml
@@ -245,6 +245,10 @@
<Annotation Term="OData.Description" String="Setpoint for the PID." />
<Annotation Term="OData.LongDescription" String="Setpoint for the PID." />
</Property>
+ <Property Name="SetPointOffset" Type="Edm.String" Nullable="false">
+ <Annotation Term="OData.Description" String="Threshold to take value from and apply to setpoint." />
+ <Annotation Term="OData.LongDescription" String="Threshold to take value from and apply to setpoint. Valid threshold names are supported." />
+ </Property>
<Property Name="SlewNeg" Type="Edm.Decimal" Nullable="false">
<Annotation Term="OData.Description" String="Negative slew rate for the PID." />
<Annotation Term="OData.LongDescription" String="Negative slew rate for the PID." />