RemoteDownloadProgress

This event is emitted when a DownloadProgress message is received. It returns a map data of filenames with a count of downloaded blocks. The files in questions are currently being downloaded on the remote device and belong to folder.

  1. {
  2. "time" : "2017-03-07T00:11:37.65838955+01:00",
  3. "globalID" : 170,
  4. "data" : {
  5. "state" : {
  6. "tahr64-6.0.5.iso" : 1784
  7. },
  8. "device" : "F4HSJVO-CP2C3IL-YLQYLSU-XTYODAG-PPU4LGV-PH3MU4N-G6K56DV-IPN47A",
  9. "folder" : "Dokumente"
  10. },
  11. "type" : "RemoteDownloadProgress",
  12. "id" : 163
  13. }