update api json

This commit is contained in:
Michael Zanetti 2017-11-17 15:06:29 +01:00
parent bb47abd585
commit 42eee3dcf5

View File

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