浏览代码

stairway shelly url added to comment

tags/v1.0.0
Dirk Alders 2 年前
父节点
当前提交
d9963b13c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      function/stairway.py

+ 1
- 1
function/stairway.py 查看文件

@@ -15,7 +15,7 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
15 15
 
16 16
 class stairway(room_shelly_motion_sensor):
17 17
     def __init__(self, mqtt_client):
18
-        # http://
18
+        # http://shelly1-3494546A9364
19 19
         super().__init__(mqtt_client, config.TOPIC_STW_STAIRWAY_MAIN_LIGHT_SHELLY, config.TOPIC_STW_STAIRWAY_MAIN_LIGHT_GUI_SWITCH,
20 20
                          config.TOPIC_STW_STAIRWAY_MAIN_LIGHT_MOTION_SENSOR_GF,
21 21
                          config.TOPIC_STW_STAIRWAY_MAIN_LIGHT_MOTION_SENSOR_FF, config.TOPIC_STW_STAIRWAY_MAIN_LIGHT_MIN_ON_TIME)

正在加载...
取消
保存