Merge "Add thermal missing property"
This commit is contained in:
commit
26f37c086f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user