Aggiornamento gestione moduli x avere categorie + sub

This commit is contained in:
Samuele Locatelli
2020-09-04 19:24:18 +02:00
parent 136f3c40ff
commit fa9db02e0e
4 changed files with 20 additions and 2 deletions
@@ -14,5 +14,8 @@ namespace Thermo.Active.Model.ConfigModels
public int Priority { get; set; }
public int ScaleFactor { get; set; } = 1000;
public int NumDec { get; set; } = 1;
public string Category { get; set; }
public string SubCategory_1 { get; set; }
public string SubCategory_2 { get; set; }
}
}