aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2020-03-30 13:11:57 +0300
committerNikolay Zamotaev <nzamotaev@luxoft.com>2020-08-18 18:08:30 +0000
commit868e1dd9f1b8e12de5826e236ab1871fd1f529f1 (patch)
treeb63fd5e37a35b15bf6248b641a54f52547c8e18b
parentbdb753ea00083e8a1d9f77ca1daf3b08be13c551 (diff)
[downloads] update hello request with version 2 protocol
- when Deployment server for 5.14 will be updated to new version, this should be merged to support new fuctionality Fixes: AUTOSUITE-1519 Change-Id: I26c8bc30c331808f4d254f9f637d86f1e2706b3d Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
-rw-r--r--apps/com.pelagicore.downloads/stores/ServerConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.pelagicore.downloads/stores/ServerConfig.qml b/apps/com.pelagicore.downloads/stores/ServerConfig.qml
index 666b215b..425f5f00 100644
--- a/apps/com.pelagicore.downloads/stores/ServerConfig.qml
+++ b/apps/com.pelagicore.downloads/stores/ServerConfig.qml
@@ -60,7 +60,7 @@ QtObject {
console.log(Logging.apps, "Neptune-UI::Application Store - Check Server");
root.tryConnectToServer();
var url = root.serverUrl + "/hello";
- var data = {"platform" : "NEPTUNE3", "version" : "1", "architecture": root.cpuArch};
+ var data = {"platform" : "NEPTUNE3", "version" : "2", "architecture": root.cpuArch};
JSONBackend.setErrorFunction(0);
JSONBackend.serverCall(url, data, function(data) {
if (data !== 0) {