Updated Notify_mqtt (markdown)

master
Chris Caron 2024-09-02 16:49:32 -04:00
parent bd4459f4d1
commit 9f170a00e9
1 changed files with 2 additions and 2 deletions

@ -67,8 +67,8 @@ docker run --name mosquitto -p 1883:1883 \
eclipse-mosquitto eclipse-mosquitto
# All apprise testing can be done against this systems IP such as: # All apprise testing can be done against this systems IP such as:
# apprise -vvv -b "my=payload" mqtt://localhost/a/simple/topic apprise -vvv -b "my=payload" "mqtt://localhost/a/simple/topic"
# Here is an example where the 'retain' flag is set: # Here is an example where the 'retain' flag is set:
apprise -vvv -b "my=payload" mqtt://localhost/a/simple/topic?retain=yes apprise -vvv -b "my=payload" "mqtt://localhost/a/simple/topic?retain=yes"
``` ```