Skip to content

Commit 09b8b3b

Browse files
committed
separate resource requirements
Signed-off-by: John Leung <john.leung@intel.com>
1 parent 00667a2 commit 09b8b3b

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

Server/OCPServerHardwareManagement.v1_1_0.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,16 @@
232232
}
233233
}
234234
},
235-
"PowerSubsystem/EnvironmentMetrics": {
236-
"ReadRequirement": "IfImplemented",
237-
"PropertyRequirements": {
238-
"PowerConsumedWatts": {},
239-
"PowerCapacityWatts": {},
240-
"PowerLimitWatts": {}
235+
"PowerSubsystem": {
236+
"PropertyRequirements": {
237+
"EnvironmentMetrics": {
238+
"ReadRequirement": "IfImplemented",
239+
"PropertyRequirements": {
240+
"PowerConsumedWatts": {},
241+
"PowerCapacityWatts": {},
242+
"PowerLimitWatts": {}
243+
}
244+
}
241245
}
242246
},
243247
"Thermal": {

0 commit comments

Comments
 (0)