浏览代码

Merge pull request #71 from carlallen/patch-1

Add back in sensor_name and improve description for offset
tags/3.1_alpha
Manuel83 GitHub 8 年前
父节点
当前提交
785e5c984c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      modules/base_plugins/one_wire/__init__.py

+ 2
- 2
modules/base_plugins/one_wire/__init__.py 查看文件

@@ -66,8 +66,8 @@ class myThread (threading.Thread):
@cbpi.sensor
class ONE_WIRE_SENSOR(SensorPassive):

offset = Property.Number("Offset", True, 0,description="Offset which is added to the received sensor data. positie and negatie values are possible" )
sensor_name = Property.Select("Sensor", getSensors(), description="The OneWire sensor address.")
offset = Property.Number("Offset", True, 0, description="Offset which is added to the received sensor data. Positive and negative values are both allowed.")

def init(self):



正在加载...
取消
保存