summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2022-10-28 12:26:15 +0300
committerGeorge Liu <liuxiwei@inspur.com>2022-11-08 03:17:58 +0300
commitf1240b47b47b01b0ccab0bb5c977d6ca126e4b60 (patch)
treee854199c53400d545884257a251001615b502e1e /scripts
parente9f716722249d776b88e28bec0f2b2d9fa60c4fa (diff)
downloadbmcweb-f1240b47b47b01b0ccab0bb5c977d6ca126e4b60.tar.xz
Add ThermalMetrics schema
Based on DSP8010_2022.2 and adds the ThermalMetrics schema. ThermalMetrics is child of the ThermalSubsystem schema. It is part of the new Power/Thermal Schemas. ThermalMetrics contains temperature readings and the corresponding link to that sensor in the sensor collection. Temperatures such as Ambient, Exhaust, Intake, and Internal can be found in the schema. Tested: built bmcweb successfully and validator passes. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I16ad2f922acc963a0434f3d9ab5583d2242b0013
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index f0d70b8920..7f91496035 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -117,6 +117,7 @@ include_list = [
"TaskService",
"TelemetryService",
"Thermal",
+ "ThermalMetrics",
"ThermalSubsystem",
"Triggers",
"TriggersCollection",