Ver a proveniência

3

样式分支
fyf há 2 anos
ascendente
cometimento
a5ffacc6e1
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      BPASmartClient.Device/BaseDevice.cs

+ 1
- 1
BPASmartClient.Device/BaseDevice.cs Ver ficheiro

@@ -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]);
}


Carregando…
Cancelar
Guardar