systemRemoteDisconnect

The method systemRemoteDisconnect( ) is called by the server hub to disconnect the Remote Client.   The client should immediately drop all connections to the server or proxy, cease appHealth messages, and cease all connection attempts to the server.  The connection key should also be destroyed.

Function systemRemoteDisconnect
Purpose Disconnects this remote client and remote hub device (if applicable) from the server hub.
Parameters None
URL Format /system/disconnect
HTTP Method GET - Incoming
HTTP Parameters None
Return JSON
Name Type Return Values
status String "success" if this remote was successfully disconnected, or "error" if not.  Note: The server will consider the connection terminated whether this call succeeds or not.
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

deviceSendEvent

The method deviceSendEvent() is called by the server hub anytime an attribute value changes on...

devicesSaveAll

The method devicesSaveAll() is called by the server hub to save and create virtual, shadow copies...

getAllHSMStates

The method getAllHSMStates() is called by the server hub to retrieve the current list of Hubitat...

getAllModes

The method getAllModes() is called by the server hub to retrieve the current list of system modes...

getDeviceSync

The method getDeviceSync() is called by the server hub to retrieve the current state of all...