Merge "Add thermal missing property"

This commit is contained in:
Zuul 2019-03-08 23:24:19 +00:00 committed by Gerrit Code Review
commit 26f37c086f

View File

@ -91,7 +91,18 @@ class TemperaturesField(base.ListField):
for CurrentReading. Units shall use the same units as the related for CurrentReading. Units shall use the same units as the related
ReadingVolts property. 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( max_reading_range = base.Field(
'MaxReadingRange', adapter=rsd_lib_utils.num_or_none) 'MaxReadingRange', adapter=rsd_lib_utils.num_or_none)
"""The value of this property shall indicate the highest possible value """The value of this property shall indicate the highest possible value