From f1240b47b47b01b0ccab0bb5c977d6ca126e4b60 Mon Sep 17 00:00:00 2001 From: George Liu Date: Fri, 28 Oct 2022 17:26:15 +0800 Subject: 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 Change-Id: I16ad2f922acc963a0434f3d9ab5583d2242b0013 --- scripts/update_schemas.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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", -- cgit v1.2.3