From 9ebc2578eaa3cae1b3fcd2575c7928e4094454ae Mon Sep 17 00:00:00 2001 From: monokai <2536818783@qq.com> Date: Fri, 8 Mar 2019 11:37:09 +0800 Subject: [PATCH] Add thermal missing property Change-Id: I6402fa2d8beafe99eb835c30e2444e0d45440a13 --- rsd_lib/resources/v2_1/chassis/thermal.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/rsd_lib/resources/v2_1/chassis/thermal.py b/rsd_lib/resources/v2_1/chassis/thermal.py index d445ecf..e7a1b81 100644 --- a/rsd_lib/resources/v2_1/chassis/thermal.py +++ b/rsd_lib/resources/v2_1/chassis/thermal.py @@ -91,7 +91,18 @@ class TemperaturesField(base.ListField): for CurrentReading. Units shall use the same units as the related ReadingVolts property. """ - + min_reading_range_temp = base.Field( + 'MinReadingRangeTemp', adapter=rsd_lib_utils.num_or_none) + """The value of this property shall indicate the lowest possible value for + ReadingCelsius. The units shall be the same units as the + related ReadingCelsius property. + """ + max_reading_range_temp = base.Field( + 'MaxReadingRangeTemp', adapter=rsd_lib_utils.num_or_none) + """The value of this property shall indicate the highest possible value + for ReadingCelsius. The units shall be the same units as the related + ReadingCelsius property. + """ max_reading_range = base.Field( 'MaxReadingRange', adapter=rsd_lib_utils.num_or_none) """The value of this property shall indicate the highest possible value