Fix decoding of softkey new data

This commit is contained in:
Samuele Locatelli
2020-07-21 17:46:03 +02:00
parent 0f23124a17
commit fa9a477a88
4 changed files with 20 additions and 1 deletions
@@ -11,6 +11,8 @@ namespace Thermo.Active.Model.ConfigModels
public bool IsActive { get; set; }
public bool IsVisible { get; set; }
public bool IsStarred { get; set; } = false;
public string RefCallParam { get; set; } = "";
public string RefCallLabel { get; set; } = "";
public bool OperatorConfirmationNeeded { get; set; }
public List<SubKeysModel> SubKeys { get; set; }
public int PlcId { get; set; }