Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.1 pull branch #1

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
marelab authored May 19, 2019
commit 3c4fbb149e630bba8cb9e3ddf6d778aad711d646
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ This has been added so far to this fork:

## Using MQTT Topics
For the MQTT communication some additional TOPICs have been internaly added. The default Topic is still configured over the WebGui. If you use more then one device all used devices should have the same <TOPIC> name configured by the WebGui. This is the used Topic hirachy:

<TOPIC>---+---/sync

```
(TOPIC)---+---/sync
|
+---/send
|
+---/accesslist
```

If you configured over the WebGui for example <TOPIC> = "/rfid" these topic queues can be used:
If you configured over the WebGui for example (TOPIC) = "/rfid" these topic queues can be used:
* /rfid
* /rfid/sync
* /rfid/send
Expand Down