Update __init__.py

Updated property description. No functional change
This commit is contained in:
avollkopf 2021-05-02 10:03:25 +02:00
parent 175f053f9d
commit 8608f08fd9

View file

@ -52,7 +52,7 @@ class ReadThread (threading.Thread):
time.sleep(1)
@parameters([Property.Select(label="Sensor", options=getSensors()),
Property.Number(label="offset",configurable = True, default_value = 0, description="Offset for the PT Sensor (Default is 0)"),
Property.Number(label="offset",configurable = True, default_value = 0, description="Sensor Offset (Default is 0)"),
Property.Select(label="Interval", options=[1,5,10,30,60], description="Interval in Seconds")])
class OneWire(CBPiSensor):