The method systemRemoteInitialize() is called by the server hub to reinitialize the Remote Client. The client should drop and reestablish its connection to the server and update its filter list (proxy & websocket) when this command is received.
Function |
systemRemoteInitialize |
Purpose |
Reinitializes the remote client and remote hub device (if applicable) on this hub. |
Parameters |
None |
URL Format |
/system/initialize |
HTTP Method |
GET - Incoming |
HTTP Parameters |
None |
Return JSON |
Name |
Type |
Return Values |
status |
String |
"success" if this remote was successfully re-initialized, or "error" if not. |
|