download action
configuration
The SiteController module da_rest_client is able to perform download actions with a configuration like
...
Code Block | ||
---|---|---|
| ||
... <action action_id="download_memodata" device_id="rest_test"> <commands> <command command_id="download">download(<'uri to request'> method=<'get'/'post'> timeout=<positive floating point number>)</command> </commands> </action> ... |
...