WIP Fix Siemens/Nc_Siemens.cs
This commit is contained in:
@@ -139,7 +139,8 @@ namespace CMS_CORE_Library.Models
|
||||
public enum M155_TYPE
|
||||
{
|
||||
REAL = 0,
|
||||
MULTIPLE_BUTTONS = 1
|
||||
MULTIPLE_BUTTONS = 1,
|
||||
SHOW_VAL = 2
|
||||
}
|
||||
|
||||
public enum SCADA_MEM_TYPE
|
||||
@@ -295,6 +296,7 @@ namespace CMS_CORE_Library.Models
|
||||
public bool IsNeeded;
|
||||
public M155_TYPE Type;
|
||||
public string Message;
|
||||
public double Value;
|
||||
public Dictionary<byte, string> Buttons;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user