/// <summary> /// Returns the status of currently running firmware updates and the result of all firmware updates since the last call to "UpdateFirmware". /// </summary> /// <returns>The status of the currently running firmware update and the result of all firmware updates since the last call to "UpdateFirmware".</returns> public UpdateStatus GetUpdateStatus() { return(_rpc.GetUpdateStatus()); }