Update chiamate con nuova API x HW list
This commit is contained in:
@@ -88,8 +88,10 @@ namespace Lux.API.Controllers
|
||||
string hwContent = "";
|
||||
Dictionary<string, string> DictExec = new Dictionary<string, string>();
|
||||
DictExec.Add("Mode", $"{(int)Enums.EngineQueryType.HardwareModelList}");
|
||||
DictExec.Add("UID", "NONE");
|
||||
//DictExec.Add("Jwd", demoJwd);
|
||||
// da rivedere?
|
||||
DictExec.Add("UID", "HW.AGB");
|
||||
DictExec.Add("SubMode", $"{(int)Enums.EngineSubMode.LIST}");
|
||||
DictExec.Add("Manufacturer", $"{(int)Enums.EngineHwManufacturers.AGB}");
|
||||
int nId = 1;
|
||||
// da modificare con tipo richiesta...
|
||||
QuestionDTO currArgs = new QuestionDTO(nId, EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW, DictExec);
|
||||
|
||||
Reference in New Issue
Block a user