events/devicepaused.rst: document DevicePaused

GitHub-Pull-Request: https://github.com/syncthing/docs/pull/179
This commit is contained in:
Zillode
2016-05-31 06:22:54 +00:00
committed by Jakob Borg
parent 6ff9af7872
commit 976870ec0e
+15
View File
@@ -0,0 +1,15 @@
DevicePaused
------------
Emitted when a device was paused.
.. code-block:: json
{
"id": 13,
"type": "DevicePaused",
"time": "2014-07-17T13:28:05.043465207+02:00",
"data": {
"device": "NFGKEKE-7Z6RTH7-I3PRZXS-DEJF3UJ-FRWJBFO-VBBTDND-4SGNGVZ-QUQHJAG"
}
}