Upgrading a component Websocket request to upgrade a component. The result of command execution is notified via broadcasts hub.software.update.progress Request example: { "method": "hub.software.update.execute", "id": "_ID_", "params": { "actions": [ { "operation": "upgrade", "type": "custom_plugin", "source": "http://cloud-provided-place-to-download-the-archive-with-a/plugin.tgz", "id": "prefixedPluginName", "version": "1.23", "archive_hash_md5": "<md5(plugin.tgz)>" } ] } }