From 6ff9af7872a5dacc8e11c5866a8d2e44d15d8a88 Mon Sep 17 00:00:00 2001 From: Zillode Date: Tue, 31 May 2016 06:22:34 +0000 Subject: [PATCH] events/deviceconnected.rst: Added new fields GitHub-Pull-Request: https://github.com/syncthing/docs/pull/178 --- events/deviceconnected.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/events/deviceconnected.rst b/events/deviceconnected.rst index c75235a87..9d118665f 100644 --- a/events/deviceconnected.rst +++ b/events/deviceconnected.rst @@ -11,6 +11,10 @@ Generated each time a connection to a device has been established. "time": "2014-07-13T21:04:33.687836696+02:00", "data": { "addr": "172.16.32.25:22000", - "id": "NFGKEKE-7Z6RTH7-I3PRZXS-DEJF3UJ-FRWJBFO-VBBTDND-4SGNGVZ-QUQHJAG" + "id": "NFGKEKE-7Z6RTH7-I3PRZXS-DEJF3UJ-FRWJBFO-VBBTDND-4SGNGVZ-QUQHJAG", + "deviceName": "Laptop", + "clientName": "syncthing", + "clientVersion": "v0.13.4", + "type": "TCP (Client)" } }