Просмотр исходного кода

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

locky 3 лет назад
Родитель
Сommit
85c566f358
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 'Loocam_Device_' + thing_name_suffix
+            return 'LC' + thing_name_suffix
         else:
             return thing_name_suffix