This commit is contained in:
Samuele Locatelli
2023-10-06 17:50:57 +02:00
3 changed files with 37 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace MP.Data.Objects
#region Public Fields
public bool CNC_Counter { get; set; }=false;
public string IP { get; set; } ="";
public string IP { get; set; } ="::1";
public IobType iType { get; set; } = IobType.ND;
public string name { get; set; } ="ND";
public string typeCss { get; set; } = "fa fa-question-circle-o";