From 9f170a00e98c6473f0e99b5225a781bc8bc643a4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 2 Sep 2024 16:49:32 -0400 Subject: [PATCH] Updated Notify_mqtt (markdown) --- Notify_mqtt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_mqtt.md b/Notify_mqtt.md index ee091f7..2a8213b 100644 --- a/Notify_mqtt.md +++ b/Notify_mqtt.md @@ -67,8 +67,8 @@ docker run --name mosquitto -p 1883:1883 \ eclipse-mosquitto # 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: - apprise -vvv -b "my=payload" mqtt://localhost/a/simple/topic?retain=yes +apprise -vvv -b "my=payload" "mqtt://localhost/a/simple/topic?retain=yes" ``` \ No newline at end of file