瀏覽代碼

3

样式分支
fyf 2 年之前
父節點
當前提交
a5ffacc6e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      BPASmartClient.Device/BaseDevice.cs

+ 1
- 1
BPASmartClient.Device/BaseDevice.cs 查看文件

@@ -146,7 +146,7 @@ namespace BPASmartClient.Device
foreach (var key in peripheral.GetAllStatus().Keys)
{
peripheralStatus[key] = peripheral.GetAllStatus()[key];
if (TypeName != "PLC.MorksMachine")
if (TypeName != "PLC.PLCMachine")
{
Status.Update($"{TypeName}.{key}", peripheral.GetAllStatus()[key]);
}


Loading…
取消
儲存