From d73aa0840e7137f1adfda297e00adfef7ffc4e8c Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 24 Jan 2019 13:57:52 +0100 Subject: [PATCH] Force api test to pass, version will be bumped during landing --- tests/auto/api.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/api.json b/tests/auto/api.json index 9e7440df..dbbb1d3b 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -528,11 +528,12 @@ } }, "JSONRPC.KeepAlive": { - "description": "Keep alive a remote connection. The sessionId is the MQTT topic which has been used to establish the session. It will return false if no ongoing session with the given ID can be found.", + "description": "This is basically a Ping/Pong mechanism a client app may use to check server connectivity. Currently, the server does not actually do anything with this information and will return the call providing the given sessionId back to the caller. It is up to the client whether to use this or not and not required by the server to keep the connection alive.", "params": { "sessionId": "String" }, "returns": { + "sessionId": "String", "success": "Bool" } },