From b5c36f9a49379ec60f7dff2f68aa4dc8de8dbcd3 Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Fri, 8 Jun 2018 15:01:02 +0200 Subject: [PATCH] Some more docs --- doc/Connectors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Connectors.md b/doc/Connectors.md index bd2ac0c5..18bf9273 100644 --- a/doc/Connectors.md +++ b/doc/Connectors.md @@ -102,6 +102,9 @@ To create a web socket connector you set: - **Publish Uplinks** to a URL pattern starting with a slash, e.g. '/ws/uplink/{devaddr}' - **Publish Events** to another URL pattern, e.g. '/ws/events/{devaddr}' +The patterns may have any structure (doesn't have to start with `/ws`), but must +be unique across the entire server, including the web-admin itself. + The patterns may contain uplink Fields of the corresponding [Handler](Handlers.md), mainly `{deveui}`, `{devaddr}` or `{app}` corresponding to a group of devices with the same application (Handler name).