Browse Source

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

locky 3 years ago
parent
commit
85c566f358
1 changed files with 1 additions and 1 deletions
  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 'Loocam_Device_' + thing_name_suffix
+            return 'LC' + thing_name_suffix
         else:
             return thing_name_suffix