syncthingtray/connector/testfiles/mocks/events-04.json
Martchus 4f58e054d5 Improve test mode (mocked SyncthingConnection)
* Add further events allowing to reproduce download
  model issues visible in Plasmoid
* Use TestApplication to find testfiles
2017-11-12 17:03:30 +01:00

22 lines
546 B
JSON

[
{
"id": 6,
"type": "DownloadProgress",
"time": "2018-12-13T00:32:12.9876937Z",
"data": {
"zX8xfl3ygn-": {
"dir\\file2": {
"Total": 80,
"Pulling": 2,
"CopiedFromOrigin": 0,
"Reused": 0,
"CopiedFromElsewhere": 0,
"Pulled": 32,
"BytesTotal": 10420224,
"BytesDone": 8128768
}
}
}
}
]