summaryrefslogtreecommitdiff
path: root/static/redfish/v1/schema
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/schema')
-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>