Skip to content

Commit 7c2a311

Browse files
committed
fix table of mqtt topic prefix
1 parent b56d31a commit 7c2a311

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The script can be run using docker (takes care of all dependencies) or standalon
1414

1515
By default, WOL-proxy accepts messages on the `WOL-proxy/command` mqtt topic. The `WOL-proxy` prefix can be changed by setting the `MQTT_TOPIC_PREFIX` environment variable. WOL-proxy will then listen for messages on `[MQTT_TOPIC_PREFIX]/command`. Note that adding a trailing `/` to `MQTT_TOPIC_PREFIX` will create an empty level.
1616

17-
|Value of MQTT_TOPIC_PREFIX|mqtt output topic|
17+
|Value of MQTT_TOPIC_PREFIX|mqtt command topic|
1818
|--------------------------|-----------------|
19-
|`WOL-proxy` |`WOL-proxy/output`|
20-
|`switches/remoteLAN` |`switches/remoteLAN/output`|
21-
|`switches/remoteLAN/` |`switches/remoteLAN//output`|
19+
|`WOL-proxy` |`WOL-proxy/command`|
20+
|`switches/remoteLAN` |`switches/remoteLAN/command`|
21+
|`switches/remoteLAN/` |`switches/remoteLAN//command`|
2222

2323
### Status Messages
2424

0 commit comments

Comments
 (0)