Added config "FixedHead"

FIx tool table
This commit is contained in:
Lucio Maranta
2019-04-02 17:12:01 +02:00
parent f8360d21fd
commit 38b138942f
14 changed files with 24 additions and 7 deletions
@@ -9,6 +9,8 @@ namespace Step.Model.ConfigModels
public HEAD_TYPE Type;
public short WarningLimit;
public short AlarmLimit;
public bool FixedHead;
public Dictionary<string, string> LocalizedNames { get; set; }
}
}