Added double type to heads limit
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Step.Model.ConfigModels
|
||||
public int Id;
|
||||
public string Name;
|
||||
public HEAD_TYPE Type;
|
||||
public short WarningLimit;
|
||||
public short AlarmLimit;
|
||||
public double WarningLimit;
|
||||
public double AlarmLimit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user