Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

download action

configuration

The SiteController module da_rest_client is able to perform download actions with a configuration like

...

Code Block
languagexml
...    
<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>
...

...