aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 21:33:37 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 21:46:51 +0100
commit9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f (patch)
tree4e4a96d35e7ea8c77e6ab839f773f3301ad086a5
parent00b2e9bb80e7fcd310fa0b0a719726665d2fcbe2 (diff)
downloadmqttr-9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f.tar.gz
mqttr-9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f.tar.xz
mqttr-9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f.zip
Correct README on what the id field deas
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24c635f..5a58247 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ port = 1883 # MQTT server port
# [credentials] # Uncomment to specify MQTT connection credentials
# username = "username"
# password = "password"
-id = "mqttr" # MQTT client identifier
+id = "mqttr" # MQTT client identifier (combined as "${id}_$PID")
```
The routes follow the following format: