Skip to content

Commit

Permalink
Some more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Jun 8, 2018
1 parent a74d890 commit b5c36f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b5c36f9

Please sign in to comment.