|
@@ -10749,6 +10749,11 @@ int handleDataTransferRequest(char *uuid, char *payload)
|
|
|
{
|
|
|
json_object_object_add(response, "status", json_object_new_string("Accepted"));
|
|
|
|
|
|
+ if(json_object_object_get(data, "ConnectorId") != NULL)
|
|
|
+ {
|
|
|
+ ShmSysConfigAndInfo->SysConfig.LcdOveride.connectorId = json_object_get_int(json_object_object_get(data, "ConnectorId"));
|
|
|
+ }
|
|
|
+
|
|
|
if(json_object_object_get(data, "Page_Index") != NULL)
|
|
|
{
|
|
|
ShmSysConfigAndInfo->SysConfig.LcdOveride.page_index = json_object_get_int(json_object_object_get(data, "Page_Index"));
|