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": {