|
@@ -140,7 +140,7 @@ namespace WCS.Core
|
|
|
item.Value = value;
|
|
|
var channel = Ltc.GetChannel();
|
|
|
if (channel != null)
|
|
|
- this.World.OnInternalLog(channel, $"设置值:{Device.Code}.{ProtocolType.Name}.{propertyName} 值:{value}");
|
|
|
+ this.World.OnInternalLog(channel, $"设置值:{Device.Code}.{ProtocolType.Name}.{propertyName}值:{value}");
|
|
|
this.Frame = World.Frame;
|
|
|
DataChanged();
|
|
|
}
|