Skip to content

Commit b5c36f9

Browse files
committed
Some more docs
1 parent a74d890 commit b5c36f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Connectors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ To create a web socket connector you set:
102102
- **Publish Uplinks** to a URL pattern starting with a slash, e.g. '/ws/uplink/{devaddr}'
103103
- **Publish Events** to another URL pattern, e.g. '/ws/events/{devaddr}'
104104

105+
The patterns may have any structure (doesn't have to start with `/ws`), but must
106+
be unique across the entire server, including the web-admin itself.
107+
105108
The patterns may contain uplink Fields of the corresponding [Handler](Handlers.md),
106109
mainly `{deveui}`, `{devaddr}` or `{app}` corresponding to a group of devices with
107110
the same application (Handler name).

0 commit comments

Comments
 (0)