mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Update __init__.py
Updated property description. No functional change
This commit is contained in:
parent
175f053f9d
commit
8608f08fd9
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in a new issue