mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 18:55:25 +02:00
mosquitto_pub: add link to homepage
This commit is contained in:
parent
f3e57f20a5
commit
661c93b34f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# mosquitto_pub
|
||||
|
||||
> A simple MQTT version 3.1.1 client that will publish a single message on a topic and exit.
|
||||
> More information: <https://mosquitto.org/man/mosquitto_pub-1.html>.
|
||||
|
||||
- Publish a temperature value of 32 on the topic `sensors/temperature` to 192.168.1.1 (defaults to `localhost`) with Quality of Service (`QoS`) set to 1:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue