We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74d890 commit b5c36f9Copy full SHA for b5c36f9
doc/Connectors.md
@@ -102,6 +102,9 @@ To create a web socket connector you set:
102
- **Publish Uplinks** to a URL pattern starting with a slash, e.g. '/ws/uplink/{devaddr}'
103
- **Publish Events** to another URL pattern, e.g. '/ws/events/{devaddr}'
104
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
+
108
The patterns may contain uplink Fields of the corresponding [Handler](Handlers.md),
109
mainly `{deveui}`, `{devaddr}` or `{app}` corresponding to a group of devices with
110
the same application (Handler name).
0 commit comments