update decodifica XML conf moduli
This commit is contained in:
@@ -12,8 +12,8 @@ namespace Thermo.Active.Model.ConfigModels
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Format { get; set; }
|
||||
public int ScaleFactor { get; set; }
|
||||
public int NumDec { get; set; }
|
||||
public int ScaleFactor { get; set; } = 1;
|
||||
public int NumDec { get; set; } = 0;
|
||||
public Dictionary<string, EnumDetail> EnumVal { get; set; }
|
||||
public string Anim { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user