diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 21:33:37 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 21:46:51 +0100 |
commit | 9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f (patch) | |
tree | 4e4a96d35e7ea8c77e6ab839f773f3301ad086a5 | |
parent | 00b2e9bb80e7fcd310fa0b0a719726665d2fcbe2 (diff) | |
download | mqttr-9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f.tar.gz mqttr-9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f.tar.xz mqttr-9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f.zip |
Correct README on what the id field deas
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |