summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/HMI/ffw/BasicCommunicationRPC.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/HMI/ffw/BasicCommunicationRPC.js b/src/components/HMI/ffw/BasicCommunicationRPC.js
index afc619bfa..421b8c192 100644
--- a/src/components/HMI/ffw/BasicCommunicationRPC.js
+++ b/src/components/HMI/ffw/BasicCommunicationRPC.js
@@ -580,13 +580,14 @@ FFW.BasicCommunication = FFW.RPCObserver
var JSONMessage = {
"jsonrpc": "2.0",
- "method": "BasicCommunication.OnStartDeviceDiscovery",
+ "method": "BasicCommunication.OnSystemRequest",
"params":{
"requestType": "HTTP",
"url": "http://127.0.0.1",
- "fileType": "BINARY",
+ "fileType": "JSON",
"offset": 1000,
- "length": 10000
+ "length": 10000,
+ "timeout": 500
}
};
this.client.send(JSONMessage);