summaryrefslogtreecommitdiff
path: root/static/redfish/v1
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2019-03-01 21:17:44 +0300
committerEd Tanous <ed.tanous@intel.com>2019-03-01 23:45:18 +0300
commitc33a90ec049bc82054106bd4e09381797df72002 (patch)
tree620de0aead5e81fbda925805226079d4938e4bda /static/redfish/v1
parentd3ec07f80e5c234611580b52c5a92eee7e8394a2 (diff)
downloadbmcweb-c33a90ec049bc82054106bd4e09381797df72002.tar.xz
pid: add direction to stepwise
We now have upper and lower clipping curves, add direction so we can tell which is which. Tested-by: GET and PATCH work Change-Id: I0cdfa159a3a27355a8e67c65e42e765f191f7719 Signed-off-by: James Feist <james.feist@linux.intel.com>
Diffstat (limited to 'static/redfish/v1')
-rw-r--r--static/redfish/v1/schema/OemManager_v1.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/redfish/v1/schema/OemManager_v1.xml b/static/redfish/v1/schema/OemManager_v1.xml
index 8f7a6af3c3..171855f3a7 100644
--- a/static/redfish/v1/schema/OemManager_v1.xml
+++ b/static/redfish/v1/schema/OemManager_v1.xml
@@ -265,6 +265,10 @@
<Annotation Term="OData.LongDescription" String="Temperature vs RPM steps for the stepwise controller." />
<Annotation Term="OData.AutoExpand"/>
</Property>
+ <Property Name="Direction" Type="Edm.String">
+ <Annotation Term="OData.Description" String="Direction that the stepwise controller applies."/>
+ <Annotation Term="OData.LongDescription" String="Direction that the stepwise controller applies. Options include Ceiling and Floor."/>
+ </Property>
<NavigationProperty Name="Zones" Type="Collection(OemManager.FanZone)" ContainsTarget="true">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read" />
<Annotation Term="OData.Description" String="Contains the Zones that this controller contributes to." />
@@ -281,7 +285,7 @@
<Annotation Term="OData.Description" String="Fan speed setting for step."/>
<Annotation Term="OData.LongDescription" String="Fan speed setting for step."/>
</Property>
- </ComplexType>
+ </ComplexType>
</Schema>
</edmx:DataServices>
</edmx:Edmx>