COmpletata prima review Starred Softkey

This commit is contained in:
Samuele Locatelli
2020-07-14 14:32:58 +02:00
parent c5fea9fa43
commit 3801b9ba0e
4 changed files with 19 additions and 0 deletions
@@ -10,6 +10,7 @@ namespace Thermo.Active.Model.ConfigModels
public int Category { get; set; }
public bool IsActive { get; set; }
public bool IsVisible { get; set; }
public bool IsStarred { get; set; } = false;
public bool OperatorConfirmationNeeded { get; set; }
public List<SubKeysModel> SubKeys { get; set; }
public int PlcId { get; set; }