summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorXiaochao Ma <maxiaochao@inspur.com>2022-06-29 04:52:24 +0300
committerEd Tanous <ed@tanous.net>2022-07-07 22:26:00 +0300
commit1ec18997f71c765960fd4048eba3c438332bcfa3 (patch)
tree269d214e09b5b717cbdadbc15f30f9765e0de658 /scripts
parent6384e3239a6567db6e9b0df73f77193768c5a86d (diff)
downloadbmcweb-1ec18997f71c765960fd4048eba3c438332bcfa3.tar.xz
Add TermalSubsystem schema
Adds the ThermalSubsystem schema to the list of the supported schemas. Tested: Code compiles. Script generated change. Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com> Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I4540fcaa57455ec95d4c8fff71429309c2eebce3
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 8cd37e6311..85cb71d609 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -109,6 +109,7 @@ include_list = [
'TaskService',
'TelemetryService',
'Thermal',
+ 'ThermalSubsystem',
'Triggers',
'TriggersCollection',
'UpdateService',