Added double type to heads limit

This commit is contained in:
Lucio Maranta
2018-03-26 17:34:55 +02:00
parent 02488f943b
commit 8de22eb62d
6 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -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;
}
}