The method systemRemoteUpdate() is called by the server hub to update the Remote Client. This is normally called after new code has been installed to run the updated() method. This is an optional helper function designed to assist users with making updates easier. If this remote does not implement this method, please be sure to insdtrcut the user on the proper upgrade process for the remote client.
Function |
systemRemoteUpdate |
Purpose |
Reinitializes the remote client and remote hub device (if applicable) on this hub. |
Parameters |
None |
URL Format |
/system/update |
HTTP Method |
GET - Incoming |
HTTP Parameters |
None |
Return JSON |
Name |
Type |
Return Values |
status |
String |
"success" if this remote was successfully updated, or "error" if not. |
|