From ef5b577f7ff0db5d6f6872a5d245579bcb8705f1 Mon Sep 17 00:00:00 2001 From: JsBergbau <37013344+JsBergbau@users.noreply.github.com> Date: Thu, 18 Mar 2021 09:47:36 +0100 Subject: [PATCH] Updated documentation for msg.html (#774) --- social/pushover/57-pushover.html | 2 +- social/pushover/README.md | 1 + social/pushover/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/social/pushover/57-pushover.html b/social/pushover/57-pushover.html index dc46f58a..7f871e22 100644 --- a/social/pushover/57-pushover.html +++ b/social/pushover/57-pushover.html @@ -82,7 +82,7 @@
msg.attachment
: attach an image (Buffer or file path)
msg.url
: to add a web address
msg.url_title
: to add a url title if not already set in the properties
msg.html
: set to true or 1 if message is HTML formatted
+
msg.html
: set to true or 1 if message is HTML formatted, see the supported tags
msg.sound
: set the notification sound, see the available options
Uses Pushover. See this link for more details.
diff --git a/social/pushover/README.md b/social/pushover/README.md index fd948db6..2de64955 100644 --- a/social/pushover/README.md +++ b/social/pushover/README.md @@ -24,6 +24,7 @@ Optionally uses `msg.topic` to set the configuration, if not already set in the - `msg.attachment`: to specify an image to attach to message (path as a string or Buffer containing image) - `msg.url`: to add a web address - `msg.url_title`: to add a url title + - `msg.html`: set to true or 1 if message is HTML formatted, see the [supported tags](https://pushover.net/api#html) - `msg.sound`: to set the alert sound, see the [available options](https://pushover.net/api#sounds) The User-key and API-token are stored in a separate credentials file. diff --git a/social/pushover/package.json b/social/pushover/package.json index 39e84613..7253739f 100644 --- a/social/pushover/package.json +++ b/social/pushover/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pushover", - "version" : "0.0.22", + "version" : "0.0.23", "description" : "A Node-RED node to send alerts via Pushover", "dependencies" : { "pushover-notifications" : "^1.2.2"