pry il y a 2 ans
Parent
révision
3aaad2a396
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      BPASmartClient.Device/BaseDevice.cs

+ 1
- 1
BPASmartClient.Device/BaseDevice.cs Voir le fichier

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


Chargement…
Annuler
Enregistrer