update
This commit is contained in:
parent
b578b825b6
commit
8f7a3c0730
|
@ -1 +1 @@
|
||||||
xumu_camera_1
|
xumu_d001
|
|
@ -21,8 +21,6 @@ try:
|
||||||
config.read('conf/device/device.conf')
|
config.read('conf/device/device.conf')
|
||||||
# 订阅的主题
|
# 订阅的主题
|
||||||
subscribe_topic = config.get(device_name, "subscribe_topic")
|
subscribe_topic = config.get(device_name, "subscribe_topic")
|
||||||
# 发布数据的主题
|
|
||||||
publish_topic = config.get(device_name, "publish_topic")
|
|
||||||
# 发布信息的主题
|
# 发布信息的主题
|
||||||
info_topic = config.get(device_name, "info_topic")
|
info_topic = config.get(device_name, "info_topic")
|
||||||
# 用户
|
# 用户
|
||||||
|
|
Loading…
Reference in New Issue