Add parameters for sensors etc
Opened this issue · 1 comments
Please add parameters to set all the settings of a build. Something like:
-F sensors='cpu,memory,network,phone_signal,logact,battery'
-F auto_update=true
-F session_max_duration=unlimited
-F video_enabled=true
-F video_enabled_only_wifi=true
-F video_screenshot_interval=1
-F video_screenshot_quality=high
-F test_fairy_icon=false
Something like that would make it really good because we need automated builds but we do not want GPS to be enabled by default (which now is using the command line uploader) due to privacy issues and we do not want screenshots to be sent when not on wifi (because of mobile provider data usage issues).
Hey.
There's a post field called "options". At the moment it only adds options to the default set configured for API upload. You can supply -F options=video-only-wifi to enable video recording over wifi. The rest of the parameters mentioned above will be added soon.
Thank you for the input.