Sync with latest Wiki content, syncthing -> Syncthing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ItemFinished
|
||||
------------
|
||||
|
||||
Generated when syncthing ends synchronizing a file to a newer version. A
|
||||
Generated when Syncthing ends synchronizing a file to a newer version. A
|
||||
successfull operation:
|
||||
|
||||
.. code:: json
|
||||
@@ -35,3 +35,5 @@ An unsuccessfull operation:
|
||||
"type": "file"
|
||||
}
|
||||
}
|
||||
|
||||
The ``action`` field is either ``update`` or ``delete``.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ItemStarted
|
||||
-----------
|
||||
|
||||
Generated when syncthing begins synchronizing a file to a newer version.
|
||||
Generated when Syncthing begins synchronizing a file to a newer version.
|
||||
|
||||
.. code:: json
|
||||
|
||||
@@ -16,3 +16,5 @@ Generated when syncthing begins synchronizing a file to a newer version.
|
||||
"action": "update"
|
||||
}
|
||||
}
|
||||
|
||||
The ``action`` field is either ``update`` or ``delete``.
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
Starting
|
||||
--------
|
||||
|
||||
Emitted exactly once, when syncthing starts, before parsing
|
||||
Emitted exactly once, when Syncthing starts, before parsing
|
||||
configuration etc.
|
||||
|
||||
.. code:: json
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
StartupCompleted
|
||||
----------------
|
||||
|
||||
Emitted exactly once, when initialization is complete and syncthing is
|
||||
Emitted exactly once, when initialization is complete and Syncthing is
|
||||
ready to start exchanging data with other devices.
|
||||
|
||||
.. code:: json
|
||||
|
||||
Reference in New Issue
Block a user