|
@@ -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
|
|
|
|