+4
Waiting for user's reply
Transfer app and multidesign
rocfusion 10 jaar geleden
in Transfer
•
bijgewerkt door Ekaterina (head of support) 10 jaar geleden •
11
Hi,
It would save a lot of time if we could use the transfer app to upload multiple projects with one click per control panel. For example, I have just implemented an multidesign project, this comprises for 4 projects, there are 11 pads, 4 iphones and 2 mac clients. That means that I have to upload 68 individual projects to ensure the entire house is updated (17 clients *4 projects).
Thanks,
Roger
It would save a lot of time if we could use the transfer app to upload multiple projects with one click per control panel. For example, I have just implemented an multidesign project, this comprises for 4 projects, there are 11 pads, 4 iphones and 2 mac clients. That means that I have to upload 68 individual projects to ensure the entire house is updated (17 clients *4 projects).
Thanks,
Roger
Customer support service by UserEcho
Thank you for your idea. It is available for voting for now. The more votes it gets the sooner it will be implemented.
I do a lot of debugging on an iPad by using syslog. this does mean i have to use iRidium Transfer every time i want to test the latest version. So it would save a lot of time for me if the project is reloaded automatically when updating a device.
This might not be good for extremely large projects, so would it be possible to include this as an option in the settings?
Regards,
Rens
You can make script with daisy chain uploading through URL. As long as not all projects is downloaded, check array by name and download next one.
var downloader = IR.DownLoadProject(
{
type:parsed_url.scheme,
host:parsed_url.authority,
path:parsed_url.path + '?' + parsed_url.query,
multiproject: 1,
name: "New Project"
});