events/deviceconnected.rst: Added new fields

GitHub-Pull-Request: https://github.com/syncthing/docs/pull/180
This commit is contained in:
Zillode
2016-05-31 06:23:08 +00:00
committed by Jakob Borg
parent 976870ec0e
commit 0f5701f175
+15
View File
@@ -0,0 +1,15 @@
DeviceResumed
-------------
Generated each time a device was resumed.
.. code-block:: json
{
"id": 2,
"type": "DeviceResumed",
"time": "2014-07-13T21:04:33.687836696+02:00",
"data": {
"device": "NFGKEKE-7Z6RTH7-I3PRZXS-DEJF3UJ-FRWJBFO-VBBTDND-4SGNGVZ-QUQHJAG"
}
}