浏览代码

修改loocam设备物品名前缀为LC_

locky 3 年之前
父节点
当前提交
1b30f46894
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Service/CommonService.py

+ 1 - 1
Service/CommonService.py

@@ -594,7 +594,7 @@ GCqvlyw5dfxNA+EtxNE2wCW/LW7ENJlACgcfgPlBZtpLheWoZB/maw4=
         if company_mark == '11A':
             return 'Ansjer_Device_' + thing_name_suffix
         elif company_mark == '11L':
-            return 'LC' + thing_name_suffix
+            return 'LC_' + thing_name_suffix
         else:
             return thing_name_suffix