From 42eee3dcf542d27861d243b91cf65a0f2b96fcc6 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 17 Nov 2017 15:06:29 +0100 Subject: [PATCH] update api json --- tests/auto/api.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/auto/api.json b/tests/auto/api.json index 74c0075a..0d98a815 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -449,6 +449,15 @@ "types": "Object" } }, + "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.", + "params": { + "sessionId": "String" + }, + "returns": { + "success": "Bool" + } + }, "JSONRPC.RemoveToken": { "description": "Revoke access for a given token.", "params": {