update decodifica XML conf moduli

This commit is contained in:
Samuele Locatelli
2020-07-08 13:59:42 +02:00
parent 06841ca720
commit b3346ebd2b
5 changed files with 21 additions and 11 deletions
@@ -12,5 +12,7 @@ namespace Thermo.Active.Model.ConfigModels
public int IdParam { get; set; }
public bool ShowDelay { get; set; }
public int Priority { get; set; }
public int ScaleFactor { get; set; } = 1000;
public int NumDec { get; set; } = 1;
}
}