update decoding objects

This commit is contained in:
Samuele Locatelli
2020-06-04 19:03:28 +02:00
parent eba5920137
commit 90ef09785c
6 changed files with 59 additions and 19 deletions
@@ -6,7 +6,7 @@ namespace Thermo.Active.Model.ConfigModels
public class ModBlockConfigModel
{
public int Id;
public string Label { get; set; }
public Dictionary<string,string> LocalizedLabels { get; set; }
public TACT_MBLOCK_TYPE Type { get; set; }
public TACT_MBLOCK_SECTION Section { get; set; }
public int IdParam{ get; set; }