|
|
@ -243,7 +243,7 @@ var generatePayload = function (operationCode, operationData, deviceList) {
|
|
|
|
operationType = operationTypeConstants["PROFILE"];
|
|
|
|
operationType = operationTypeConstants["PROFILE"];
|
|
|
|
payload = {
|
|
|
|
payload = {
|
|
|
|
"operation": {
|
|
|
|
"operation": {
|
|
|
|
"fileLocation": operationData["fileLocation"],
|
|
|
|
"ftpServerAddress": operationData["ftpServerAddress"],
|
|
|
|
"ftpUserName": operationData["ftpUserName"],
|
|
|
|
"ftpUserName": operationData["ftpUserName"],
|
|
|
|
"ftpPassword": operationData["ftpPassword"],
|
|
|
|
"ftpPassword": operationData["ftpPassword"],
|
|
|
|
"fileName": operationData["fileName"]
|
|
|
|
"fileName": operationData["fileName"]
|
|
|
|