mirror of https://github.com/caronc/apprise
Updated Notify_mqtt (markdown)
parent
bd4459f4d1
commit
9f170a00e9
|
@ -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"
|
||||
```
|
Loading…
Reference in New Issue