User input hub comunication

Added signalR comunication -> client
Adedd new library and nhandler softkey management
This commit is contained in:
Lucio Maranta
2018-03-07 17:03:04 +01:00
parent 6332ed9732
commit 306ed6c515
12 changed files with 83 additions and 20 deletions
@@ -9,6 +9,7 @@ namespace Step.Model.ConfigModels
public Dictionary<string, string> LocalizedNames { get; set; }
public int Category { get; set; }
public bool IsActive { get; set; }
public bool OperatorConfirmationNeeded { get; set; }
public List<SubKeysModel> SubKeys { get; set; }
public int PlcId { get; set; }
public SOFTKEY_TYPE Type { get; set; }